Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hb-setosys
/
denis_cnn_model
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hb-setosys
commited on
Dec 24, 2024
Commit
e79bd64
·
verified
·
1 Parent(s):
1769240
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,5 @@ interface = gr.Interface(
26
27
# Launch the Gradio app
28
if __name__ == "__main__":
29
-
interface.launch()
26
27
# Launch the Gradio app
28
if __name__ == "__main__":
29
+
interface.launch(
share=True
)
30
+