Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MattStammers
/
pteredactyl_PII
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MattStammers
commited on
Jun 30, 2024
Commit
b10dafc
·
1 Parent(s):
315af15
share = true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -349,4 +349,4 @@ iface = gr.Interface(
349
article=hint,
350
)
351
352
-
iface.launch(
server_name
=
"0.0.0.0", server_port=7800
)
349
article=hint,
350
)
351
352
+
iface.launch(
share
=
True
)