Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mandar100
/
chatbot_dialogpt
like
232
Runtime error
App
Files
Files
Community
125
Update app.py
#99
by
taining
- opened
Dec 24, 2022
base:
refs/heads/main
←
from:
refs/pr/99
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -26,3 +26,4 @@ gr.Interface(fn=predict,
26
inputs=["text", "state"],
27
outputs=["chatbot", "state"]).launch()
28
26
inputs=["text", "state"],
27
outputs=["chatbot", "state"]).launch()
28
29
+
%