Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DawnC
/
PawMatchAI
like
98
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
DawnC
commited on
Mar 21
Commit
78c222e
·
verified
·
1 Parent(s):
27a5561
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -525,4 +525,4 @@ def main():
525
526
if __name__ == "__main__":
527
iface = main()
528
-
iface.launch()
525
526
if __name__ == "__main__":
527
iface = main()
528
+
iface.launch(
share=True
)