Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgurazada1
/
llm-app-security-check
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pgurazada1
commited on
Nov 15, 2024
Commit
b54d332
·
verified
·
1 Parent(s):
c60b6fe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -247,4 +247,4 @@ demo = gr.Interface(
247
)
248
249
demo.queue()
250
-
demo.launch(auth=("johndoe", os.environ['PASSWD']))
247
)
248
249
demo.queue()
250
+
demo.launch(auth=("johndoe", os.environ['PASSWD'])
, ssr_mode=False
)