Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,4 +80,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
80 |
article=article)
|
81 |
|
82 |
# Launch the demo!
|
83 |
-
demo.launch(debug=False, share=
|
|
|
80 |
article=article)
|
81 |
|
82 |
# Launch the demo!
|
83 |
+
demo.launch(debug=False, share=False)
|