Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Sebunya
/
AskXeno
like
2
Build error
App
Files
Files
Community
18
Fetching metadata from the HF Docker repository...
Sebunya
commited on
Aug 5, 2025
Commit
5e1198e
·
verified
·
1 Parent(s):
217a678
updated share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,5 +91,5 @@ iface = gr.ChatInterface(
91
)
92
93
if __name__ == "__main__":
94
-
iface.launch()
95
91
)
92
93
if __name__ == "__main__":
94
+
iface.launch(
share=True
)
95