Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
acecalisto3
/
DevToolKit
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acecalisto3
commited on
May 19, 2024
Commit
c6d6293
·
verified
·
1 Parent(s):
a663e35
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ def run_inference():
44
return jsonify({"error": str(e)}), 500
45
46
if __name__ == '__main__':
47
-
app.
run
(
debug=False
)
44
return jsonify({"error": str(e)}), 500
45
46
if __name__ == '__main__':
47
+
app.
launch
()