Spaces:
Runtime error
Runtime error
Robert Jones
commited on
Commit
·
0986f57
1
Parent(s):
2457225
Remove file_types restriction completely
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks(title="SongBloom AI Music Generator") as demo:
|
|
49 |
)
|
50 |
|
51 |
audio_input = gr.File(
|
52 |
-
label="Audio Style Prompt (
|
53 |
file_types=None, #Accept all file types
|
54 |
type="filepath"
|
55 |
)
|
|
|
49 |
)
|
50 |
|
51 |
audio_input = gr.File(
|
52 |
+
label="Audio Style Prompt (Any Audio Format)",
|
53 |
file_types=None, #Accept all file types
|
54 |
type="filepath"
|
55 |
)
|