Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MuhammadQASIM111
/
AI_AGENT
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MuhammadQASIM111
commited on
Mar 28, 2025
Commit
af8b072
·
verified
·
1 Parent(s):
d81309b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -174,7 +174,7 @@ with gr.Blocks() as demo:
174
)
175
176
demo.queue()
177
-
demo.launch(
server_port
=
7861
)
178
179
180
174
)
175
176
demo.queue()
177
+
demo.launch(
share
=
True
)
178
179
180