Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eloi-goncalves
/
ai-interface
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eloi-goncalves
commited on
Oct 30, 2023
Commit
d107a30
·
1 Parent(s):
4ca77dc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ demo = gr.Interface(
30
live=True,
31
)
32
33
-
demo.launch()
30
live=True,
31
)
32
33
+
demo.launch(
share=True
)