pritamdeka commited on
Commit
ab9ffdb
Β·
1 Parent(s): 7b7f83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,4 +349,4 @@ igen_pubmed = gr.Interface(keyphrase_generator,
349
  "\t The value of keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 20. "
350
  "\t The value of maximum abstracts to be retrieved can be changed. The minimum is 5, default is 10 and a maximum of 15.")
351
 
352
- igen_pubmed.launch(share=True,server_name='0.0.0.0',show_error=True)
 
349
  "\t The value of keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 20. "
350
  "\t The value of maximum abstracts to be retrieved can be changed. The minimum is 5, default is 10 and a maximum of 15.")
351
 
352
+ igen_pubmed.launch(share=False,server_name='0.0.0.0',show_error=True)