Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ with gr.Blocks(title="OpenClaw Agent") as demo:
|
|
| 42 |
""")
|
| 43 |
|
| 44 |
if __name__ == "__main__":
|
| 45 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 42 |
""")
|
| 43 |
|
| 44 |
if __name__ == "__main__":
|
| 45 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)# Force re-upload Fri May 1 01:09:21 UTC 2026
|