Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgurazada1
/
database-agent-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pgurazada1
commited on
Oct 28, 2024
Commit
fa617ed
·
verified
·
1 Parent(s):
80408b1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,4 @@ demo = gr.Interface(
95
)
96
97
demo.queue()
98
-
demo.launch(auth=("demouser", os.getenv('PASSWD')))
95
)
96
97
demo.queue()
98
+
demo.launch(auth=("demouser", os.getenv('PASSWD'))
, ssr_mode=False
)