Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reasonwang
/
ToolGen-Agent
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
reasonwang
commited on
Dec 31, 2024
Commit
26aca06
·
1 Parent(s):
44bcbb2
Debug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -291,4 +291,4 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
291
292
293
if __name__ == "__main__":
294
-
demo.launch()
291
292
293
if __name__ == "__main__":
294
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)