Spaces:
Runtime error
Runtime error
Commit
·
10d750f
1
Parent(s):
0b175d4
Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ demo = gr.Interface(
|
|
24 |
description=description,
|
25 |
live=True)
|
26 |
|
27 |
-
|
28 |
-
demo.launch(debug=True)
|
|
|
24 |
description=description,
|
25 |
live=True)
|
26 |
|
27 |
+
demo.launch(share=False)
|
28 |
+
# demo.launch(debug=True)
|