Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tomaseo2022
/
sepia
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tomaseo2022
commited on
Feb 10, 2024
Commit
303b9c6
·
verified
·
1 Parent(s):
25273e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,7 +24,7 @@ iface = gr.Interface(
24
css=".footer{display:none !important}",
25
)
26
27
-
iface.launch
(buttons=[clear_button, convert_button])
28
29
30
24
css=".footer{display:none !important}",
25
)
26
27
+
iface.launch
28
29
30