Spaces:
Runtime error
Runtime error
Probe default Gradio launch
Browse files
app.py
CHANGED
|
@@ -14,4 +14,4 @@ with gr.Blocks(title="Codex Traces Probe") as demo:
|
|
| 14 |
out = gr.Textbox(value="ready", label="Status")
|
| 15 |
|
| 16 |
print("probe startup: launching", flush=True)
|
| 17 |
-
demo.launch(
|
|
|
|
| 14 |
out = gr.Textbox(value="ready", label="Status")
|
| 15 |
|
| 16 |
print("probe startup: launching", flush=True)
|
| 17 |
+
demo.launch(show_error=True)
|