Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RCaz
/
Avatar_bot
like
0
Build error
App
Files
Files
Community
17
Fetching metadata from the HF Docker repository...
RCaz
commited on
Jan 19
Commit
99d4ac7
·
1 Parent(s):
6272ec0
set the app sharing true in lauch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -178,4 +178,4 @@ iface = gr.ChatInterface(
178
api_name="chat",
179
)
180
181
-
iface.launch()
178
api_name="chat",
179
)
180
181
+
iface.launch(
share=True
)