Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ginipick/myezrag-backup
ginipick
/
myezrag
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ginipick
commited on
Oct 9, 2024
Commit
5936585
·
verified
·
1 Parent(s):
6da265e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ demo = gr.ChatInterface(
72
)
73
74
if __name__ == "__main__":
75
-
demo.launch()
72
)
73
74
if __name__ == "__main__":
75
+
demo.launch(
auth=("gini","pick"
)
)