Spaces:
Sleeping
Sleeping
Commit
·
fbc26e7
1
Parent(s):
a3d2e8a
changed the gradio launch arguments
Browse files
app.py
CHANGED
|
@@ -254,7 +254,5 @@ demo = app.launch(
|
|
| 254 |
share=True,
|
| 255 |
inline=False,
|
| 256 |
show_api=False,
|
| 257 |
-
show_error=
|
| 258 |
-
server_port=1902,
|
| 259 |
-
server_name="0.0.0.0",
|
| 260 |
)
|
|
|
|
| 254 |
share=True,
|
| 255 |
inline=False,
|
| 256 |
show_api=False,
|
| 257 |
+
show_error=False,
|
|
|
|
|
|
|
| 258 |
)
|