Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
GouthamiKristam/KartProject
Lokiiparihar
/
KartProject
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Lokiiparihar
commited on
Feb 20
Commit
d7a360c
·
verified
·
1 Parent(s):
92d75ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ def predict():
20
return jsonify({'error': str(e)}), 400
21
22
if __name__ == '__main__':
23
-
superkart_api
.run(debug=True)
20
return jsonify({'error': str(e)}), 400
21
22
if __name__ == '__main__':
23
+
app
.run(debug=True)