Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhishekt
/
ag3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abhishekt
commited on
Mar 17, 2023
Commit
9245853
·
1 Parent(s):
e259cc1
V7b
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,5 +45,5 @@ iface = gr.Interface(
45
)
46
47
# Launch the interface
48
-
iface.launch(share=
True
)
49
45
)
46
47
# Launch the interface
48
+
iface.launch(share=
False
)
49