Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgurazada1
/
tesla-10k-qna
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pgurazada1
commited on
Oct 28, 2024
Commit
5ced710
·
verified
·
1 Parent(s):
cb481b7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -200,4 +200,4 @@ demo = gr.Interface(
200
)
201
202
demo.queue()
203
-
demo.launch(
auth=("demouser", os.getenv('PASSWD')),
share=True)
200
)
201
202
demo.queue()
203
+
demo.launch(share=True)