Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
improvation
/
EmailResponseTracking
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AMead10
commited on
Nov 27, 2024
Commit
61c59ed
·
verified
·
1 Parent(s):
fe3be04
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -424,4 +424,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
424
)
425
426
# Launch the app
427
-
app.launch(auth=auth,
debug=True,
share=True)
424
)
425
426
# Launch the app
427
+
app.launch(auth=auth, share=True)