Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
h3110Fr13nd
/
sql-gen
like
0
Runtime error
App
Files
Files
Community
main
sql-gen
/
wsgi.py
h3110Fr13nd
changes
2b4a7b8
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
from
ddl_query_generator
import
app
if
__name__ ==
"__main__"
:
app.run(host=
'0.0.0.0'
, port=
7860
, debug=
True
)