Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atnanahidiw
/
brand-new-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
atnanahidiw
commited on
Mar 23, 2024
Commit
69e99cb
·
verified
·
1 Parent(s):
4ffbf87
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ gradio_app = gr.Interface(
15
)
16
17
if __name__ == "__main__":
18
-
gradio_app.launch()
15
)
16
17
if __name__ == "__main__":
18
+
gradio_app.launch(
share=True
)