Spaces:
Runtime error
Runtime error
KajetanFrackowiak
commited on
Upload app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
53 |
article=article)
|
54 |
|
55 |
# Launch the demo!
|
56 |
-
demo.launch(
|
|
|
53 |
article=article)
|
54 |
|
55 |
# Launch the demo!
|
56 |
+
demo.launch() # Don't need share=True in Hugging Face spaces
|