Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
b312227
1
Parent(s):
eb2d1d3
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ with demo:
|
|
12 |
</p>
|
13 |
"""
|
14 |
)
|
15 |
-
gr.File(label= 'Load your CKPT')
|
16 |
|
17 |
audio_file = gr.Audio(label = 'Load your WAV', type="filepath")
|
18 |
gr.Slider(2, 20, value=4)
|
|
|
12 |
</p>
|
13 |
"""
|
14 |
)
|
15 |
+
gr.File(label= 'Load your CKPT', "file")
|
16 |
|
17 |
audio_file = gr.Audio(label = 'Load your WAV', type="filepath")
|
18 |
gr.Slider(2, 20, value=4)
|