wt123 commited on
Commit
560306d
1 Parent(s): 20d7e21

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def gradio():
77
 
78
  interface = gr.Interface(fn=get_response, inputs=[input_text], outputs=output_text, examples=exp,
79
  article="Example abstract from https://doi.org/10.21203/rs.3.rs-1547583/v1")
80
- interface.launch(share=True)
81
 
82
 
83
  if __name__ == '__main__':
 
77
 
78
  interface = gr.Interface(fn=get_response, inputs=[input_text], outputs=output_text, examples=exp,
79
  article="Example abstract from https://doi.org/10.21203/rs.3.rs-1547583/v1")
80
+ interface.launch()
81
 
82
 
83
  if __name__ == '__main__':