Spaces:
Runtime error
Runtime error
Commit
·
8844b5d
1
Parent(s):
65e0512
fix app.py to remove share=True
Browse files
app.py
CHANGED
@@ -70,5 +70,4 @@ demo = gr.Interface(fn = predict, # maps inputs to outputs
|
|
70 |
|
71 |
# Launch the demo.
|
72 |
demo.launch(debug = True, # Print erros locally
|
73 |
-
|
74 |
-
)
|
|
|
70 |
|
71 |
# Launch the demo.
|
72 |
demo.launch(debug = True, # Print erros locally
|
73 |
+
)
|
|