Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,5 +60,5 @@ demo = gr.Interface(fn=predict,
|
|
60 |
article=article)
|
61 |
|
62 |
# Launch the demo
|
63 |
-
demo.launch(debug=False, # Print errors locally?
|
64 |
-
share=False) # generate a publically available URL // Not needed in huggingface
|
|
|
60 |
article=article)
|
61 |
|
62 |
# Launch the demo
|
63 |
+
demo.launch(debug=False,) # Print errors locally?
|
64 |
+
# share=False) # generate a publically available URL // Not needed in huggingface
|