pritamdeka
commited on
Commit
β’
c5377d5
1
Parent(s):
ee04fdb
Update app.py
Browse files
app.py
CHANGED
@@ -175,4 +175,5 @@ 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=False)
|
|
|
|
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)
|
179 |
+
####
|