Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CHEONMA010
/
ESRGAN
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CHEONMA010
commited on
Sep 10, 2024
Commit
f830061
·
verified
·
1 Parent(s):
0356719
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,5 @@ gr_interface = gr.Interface(
62
63
if __name__ == '__main__':
64
65
-
gr_interface.launch()
62
63
if __name__ == '__main__':
64
65
+
gr_interface.launch(
share=True
)
66
+