Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
InstantX/InstantStyle
fritzgnad2
/
InstantStyle
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fritzgnad2
commited on
30 days ago
Commit
fc94afa
·
verified
·
1 Parent(s):
be2d737
Update app.py
Browse files
added env username and password via secrets
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -331,4 +331,4 @@ with block:
331
332
gr.Markdown(article)
333
334
-
block.launch(auth=(
"fritz"
,
"Wm54^^9bCOrpOC"
))
331
332
gr.Markdown(article)
333
334
+
block.launch(auth=(
os.getenv('username')
,
os.getenv('password'
))
)