Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -386,4 +386,4 @@ with gr.Blocks(title="🦞 Clawdbot") as demo:
|
|
| 386 |
btn_clear.click(lambda p: ("Cleared.", [], _format_gate_choices([])), state_proposals, [res_md, state_proposals, gate])
|
| 387 |
|
| 388 |
if __name__ == "__main__":
|
| 389 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 386 |
btn_clear.click(lambda p: ("Cleared.", [], _format_gate_choices([])), state_proposals, [res_md, state_proposals, gate])
|
| 387 |
|
| 388 |
if __name__ == "__main__":
|
| 389 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|