Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fred72721979
/
Agent_Content_Generation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fred72721979
commited on
Jan 9
Commit
402fb77
·
verified
·
1 Parent(s):
5527191
Update app.py
Browse files
Remove Share True in Spaces
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ iface = gr.Interface(
19
)
20
21
# Launch the app
22
-
iface.launch(
share=True
)
19
)
20
21
# Launch the app
22
+
iface.launch()