Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
eaglelandsonce/crewaiongemini
seanma
/
crewaiongemini
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eaglelandsonce
commited on
Jan 6, 2024
Commit
1d10ce8
·
1 Parent(s):
c3d6c02
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,7 +62,7 @@ iface = gr.Interface(
62
)
63
64
# Launch the interface
65
-
iface.launch()
66
67
68
62
)
63
64
# Launch the interface
65
+
iface.launch(
share=True
)
66
67
68