Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
WebashalarForML
/
SQL_agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
WebashalarForML
commited on
Apr 4
Commit
704087e
·
verified
·
1 Parent(s):
9664235
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -221,4 +221,4 @@ def generate():
221
return "OK", 200
222
223
if __name__ == "__main__":
224
-
socketio.run(
flask_app
, debug=True)
221
return "OK", 200
222
223
if __name__ == "__main__":
224
+
socketio.run(
app
, debug=True)