Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
datafreak
/
hub9-assignment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
datafreak
commited on
Feb 27
Commit
66b4d60
·
verified
·
1 Parent(s):
4a1c46a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,6 +60,6 @@ def response(text):
60
return answer
61
62
gr.ChatInterface(
63
-
fn=
response,
64
type="messages"
65
).launch()
60
return answer
61
62
gr.ChatInterface(
63
+
response,
64
type="messages"
65
).launch()