Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blesspearl
/
NL2SQL
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
blesspearl
commited on
Jun 28, 2024
Commit
b1efdbf
·
verified
·
1 Parent(s):
ee41624
Update app.py
Browse files
making the web application sharable
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -402,4 +402,6 @@ with gr.Blocks() as demo:
402
403
404
405
-
demo.launch(
)
402
403
404
405
+
demo.launch(
406
+
share=True
407
+
)