Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Phips/Upscaler
luckycanucky
/
Upscaler
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
luckycanucky
commited on
May 25
Commit
643407c
·
verified
·
1 Parent(s):
c551c66
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -206,4 +206,4 @@ with gr.Blocks(css=custom_css) as demo:
206
)
207
208
if __name__ == "__main__":
209
-
demo.launch(share=
False
)
206
)
207
208
if __name__ == "__main__":
209
+
demo.launch(share=
True
)