Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
philipp-zettl/OS-upscaler-AuraSR
svjack
/
OS-upscaler-AuraSR
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
Apr 10
Commit
ddbe533
Β·
verified
Β·
1 Parent(s):
7833979
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ demo = gr.Interface(
74
)
75
76
77
-
demo.launch()
74
)
75
76
77
+
demo.launch(
share = True
)