Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
william4416
/
bewchatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
william4416
commited on
Mar 27, 2024
Commit
64fa836
·
verified
·
1 Parent(s):
23a6dc1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,4 @@ def chat():
39
return jsonify({"response": response})
40
41
if __name__ == "__main__":
42
-
app.run(debug=True)
39
return jsonify({"response": response})
40
41
if __name__ == "__main__":
42
+
app.run(debug=True)