Robert Jones commited on
Commit
0986f57
·
1 Parent(s): 2457225

Remove file_types restriction completely

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (WAV/MP3/FLAC)",
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
  )