Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JeCabrera
/
copywriter
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JeCabrera
commited on
Jan 18
Commit
0a5222b
·
verified
·
1 Parent(s):
c4c0dbd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -120,7 +120,7 @@ with gr.Blocks() as demo:
120
121
gr.ChatInterface(
122
fn=response,
123
-
type="
message
",
124
chatbot=chatbot,
125
)
126
120
121
gr.ChatInterface(
122
fn=response,
123
+
type="
messages
",
124
chatbot=chatbot,
125
)
126