Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fantaxy
/
fanta
like
18
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fantaxy
commited on
Nov 10, 2024
Commit
5202599
·
verified
·
1 Parent(s):
95c2d7a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -125,4 +125,4 @@ demo = gr.ChatInterface(
125
)
126
127
if __name__ == "__main__":
128
-
demo.launch()
125
)
126
127
if __name__ == "__main__":
128
+
demo.launch(
auth=("gini","pick"
)
)