Mike0021 commited on
Commit
7f35a2f
·
verified ·
1 Parent(s): dbfa873

Probe default Gradio launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_name="0.0.0.0", server_port=7860, show_error=True)
 
14
  out = gr.Textbox(value="ready", label="Status")
15
 
16
  print("probe startup: launching", flush=True)
17
+ demo.launch(show_error=True)