Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
devhem
/
Marketing-forecast-App
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
demo
commited on
Nov 18, 2024
Commit
fceb734
·
verified
·
1 Parent(s):
7188531
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ iface = gr.Interface(
65
66
# Run the app
67
if __name__ == "__main__":
68
-
iface.launch("admin", "Gr@ce")
65
66
# Run the app
67
if __name__ == "__main__":
68
+
iface.launch(
auth=(
"admin", "Gr@ce")
, share=True)