Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nriab/Low-light-Image-Enhancement
ALSv
/
Low-light
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nriab
commited on
Mar 16, 2024
Commit
854505c
·
1 Parent(s):
f3aa338
refactor: update config for launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,4 +47,4 @@ iface = gr.Interface(
47
48
49
if __name__ == "__main__":
50
-
iface.launch()
47
48
49
if __name__ == "__main__":
50
+
iface.launch(
share=True
)