Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cm107/test_flask_space
Dooratre
/
test_flask_space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dooratre
commited on
Dec 11, 2024
Commit
ba4743f
·
verified
·
1 Parent(s):
927460a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -4,7 +4,6 @@ import json
4
5
app = Flask(__name__)
6
7
-
8
@app.route('/duckchat', methods=['POST'])
9
def duckchat():
10
try:
4
5
app = Flask(__name__)
6
7
@app.route('/duckchat', methods=['POST'])
8
def duckchat():
9
try: