Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
WebashalarForML
/
SQL_agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
WebashalarForML
commited on
Apr 4, 2025
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)