Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Manofem
/
Test
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Manofem
commited on
Jan 14, 2024
Commit
9e2c9c2
·
verified
·
1 Parent(s):
2b66b31
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,3 @@ def chatbot(message, history):
25
26
iface = gr.ChatInterface(chatbot)
27
iface.launch()
28
-
Can you make the response variable store every 2 words/tokens
25
26
iface = gr.ChatInterface(chatbot)
27
iface.launch()