Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fantaxy/erotica-backup
fantaxy
/
eroko
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fantaxy
commited on
Oct 13, 2024
Commit
b92b62c
·
verified
·
1 Parent(s):
9a13c73
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,7 +133,7 @@ demo = gr.ChatInterface(
133
)
134
135
if __name__ == "__main__":
136
-
demo.launch()
137
138
139
133
)
134
135
if __name__ == "__main__":
136
+
demo.launch(
auth=("gini","pick"
)
)
137
138
139