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
331caf7
·
1 Parent(s):
eeb2426
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()
193
194
valid_users = [("admin", "password123"), ("user1", "pass456")]
195
196
+
iface.launch(
share=True
)