Commit
·
07cae97
1
Parent(s):
fcd5d1f
Update app.py
Browse files
app.py
CHANGED
@@ -175,4 +175,4 @@ igen=gr.Interface(keyphrase_generator,
|
|
175 |
"\t The default model names are provided which can be changed from the list of models available. "
|
176 |
"\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 30.")
|
177 |
|
178 |
-
igen.launch(share=
|
|
|
175 |
"\t The default model names are provided which can be changed from the list of models available. "
|
176 |
"\t The value of output keyphrases can be changed. The default value is 10, minimum is 5 and a maximum value of 30.")
|
177 |
|
178 |
+
igen.launch(share=False)
|