Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hackathon-ombrea
/
gaia
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ionosphere
commited on
Jan 5, 2024
Commit
47ed5af
·
1 Parent(s):
a1f1d6b
create public link
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ iface = gr.ChatInterface(
32
clear_btn="Effacer",
33
)
34
35
-
iface.launch()
32
clear_btn="Effacer",
33
)
34
35
+
iface.launch(
share=True
)