Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
RCaz
/
Avatar_bot
like
0
Sleeping
App
Files
Files
Community
18
Fetching metadata from the HF Docker repository...
Nee to make app public to be used by third party c.a. github io
#4
by
RCaz
- opened
Jan 19
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+1
-1
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
)