Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DIAMONIK7777/wa_gc_api
DIAMONIK7777
/
up_fail
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Nov 11, 2024
Commit
9f9740c
·
verified
·
1 Parent(s):
b0dfa93
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -1097,8 +1097,6 @@ def get_order():
1097
return jsonify({"error": str(e)}), 500
1098
1099
1100
-
if __name__ == '__main__':
1101
-
app.run(debug=True)
1102
1103
1104
1097
return jsonify({"error": str(e)}), 500
1098
1099
1100
1101
1102