Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Springs-apps
/
PrintProntoDemo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yaroslav95
commited on
Dec 19, 2024
Commit
79bc07b
·
1 Parent(s):
331caf7
remove share = True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -193,4 +193,4 @@ iface = gr.Interface(
193
194
valid_users = [("admin", "password123"), ("user1", "pass456")]
195
196
-
iface.launch(
share=True
)
193
194
valid_users = [("admin", "password123"), ("user1", "pass456")]
195
196
+
iface.launch()