Spaces:
Runtime error
Runtime error
Launch app when imported
Browse files
app.py
CHANGED
|
@@ -1420,10 +1420,9 @@ def build_app() -> gr.Blocks:
|
|
| 1420 |
demo = build_app()
|
| 1421 |
print("codex-traces startup: demo ready", flush=True)
|
| 1422 |
|
| 1423 |
-
|
| 1424 |
-
|
| 1425 |
-
|
| 1426 |
-
|
| 1427 |
-
|
| 1428 |
-
|
| 1429 |
-
)
|
|
|
|
| 1420 |
demo = build_app()
|
| 1421 |
print("codex-traces startup: demo ready", flush=True)
|
| 1422 |
|
| 1423 |
+
print("codex-traces startup: launching", flush=True)
|
| 1424 |
+
demo.launch(
|
| 1425 |
+
server_name="0.0.0.0",
|
| 1426 |
+
server_port=7860,
|
| 1427 |
+
show_error=True,
|
| 1428 |
+
)
|
|
|