Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1littlecoder
/
waveform
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1littlecoder
commited on
Oct 31, 2024
Commit
40e511a
·
verified
·
1 Parent(s):
e800e83
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,4 @@ iface = gr.Interface(
63
title="Image + Audio to Video with Waveform Overlay"
64
)
65
66
-
iface.launch()
63
title="Image + Audio to Video with Waveform Overlay"
64
)
65
66
+
iface.launch(
debug = True
)