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
fantaxy
commited on
Oct 9
Commit
361d3de
•
1 Parent(s):
3292450
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -84,7 +84,7 @@ demo = gr.ChatInterface(
84
)
85
86
if __name__ == "__main__":
87
-
demo.launch(
auth=("gini","pick"
)
)
88
89
90
84
)
85
86
if __name__ == "__main__":
87
+
demo.launch()
88
89
90