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:
kaitwithkwk
/
chatbot-lab-practice
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kaitwithkwk
commited on
Jul 10
Commit
63473eb
·
verified
·
1 Parent(s):
10a0507
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,6 +5,6 @@ def echo(message, history):
5
6
print("Hello, world!")
7
8
-
chatbot = gr.ChatInterface(echo
, type="messages"
)
9
10
chatbot.launch()
5
6
print("Hello, world!")
7
8
+
chatbot = gr.ChatInterface(echo)
9
10
chatbot.launch()