Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
solie79
/
softwareproj
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
solie79
commited on
Mar 8
Commit
dd1926a
·
verified
·
1 Parent(s):
9802d32
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,4 +29,4 @@ demo = gr.Interface(
29
]
30
)
31
32
-
demo.launch()
29
]
30
)
31
32
+
demo.launch(
share=True
)