Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Elyad
/
nl2sql
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Elyad
commited on
Oct 8, 2024
Commit
85ba313
·
verified
·
1 Parent(s):
e7063be
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
)
31
32
# Launch the interface
33
-
iface.launch()
30
)
31
32
# Launch the interface
33
+
iface.launch(
server_port=8080
)