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:
demetz
/
Worldbuilder
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
demetz
commited on
May 18, 2025
Commit
6705b1d
·
verified
·
1 Parent(s):
35e56d7
Bug fix?
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,5 @@ def respond(message, history):
21
22
chatbot = gr.ChatInterface(respond, type="messages")
23
24
-
chatbot.launch()
21
22
chatbot = gr.ChatInterface(respond, type="messages")
23
24
+
chatbot.launch()
25
+