Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Fediory/HVI-CIDNet_Low-light-Image-Enhancement_
ginigen
/
Light-amplification
like
25
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Fediory
commited on
27 days ago
Commit
ff07908
·
1 Parent(s):
0f856ef
feat: share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -79,4 +79,4 @@ interface = gr.Interface(
79
allow_flagging="never"
80
)
81
82
-
interface.launch()
79
allow_flagging="never"
80
)
81
82
+
interface.launch(
share=True
)