lakshyana commited on
Commit ·
aa23bf8
1
Parent(s): 94a7eb1
demo launch error fix
Browse files
app.py
CHANGED
|
@@ -186,7 +186,7 @@ with gr.Blocks() as demo:
|
|
| 186 |
|
| 187 |
|
| 188 |
|
| 189 |
-
demo.launch(
|
| 190 |
# demo.launch(server_name='0.0.0.0', server_port=port)
|
| 191 |
|
| 192 |
|
|
|
|
| 186 |
|
| 187 |
|
| 188 |
|
| 189 |
+
demo.launch()
|
| 190 |
# demo.launch(server_name='0.0.0.0', server_port=port)
|
| 191 |
|
| 192 |
|