Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ginipick/MoneyRadar
openfree
/
MoneyRadar
like
65
Building
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
seawolf2357
commited on
Oct 12, 2024
Commit
7711b03
·
verified
·
1 Parent(s):
4e396cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -140,4 +140,4 @@ iface = gr.Interface(
140
css=css
141
)
142
143
-
iface.launch()
140
css=css
141
)
142
143
+
iface.launch(
auth=("gini","pick"
)
)