fffiloni commited on
Commit
06a5b99
1 Parent(s): ab7ed04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
44
  with gr.Column():
45
  with gr.Row():
46
  with gr.Column():
47
- image_path = gr.Image(label="Image", sources=["upload"])
48
  audio_input = gr.Audio(label="Audio input", type="filepath", sources=["upload"])
49
  run_btn = gr.Button("Run")
50
  with gr.Column():
 
44
  with gr.Column():
45
  with gr.Row():
46
  with gr.Column():
47
+ image_path = gr.Image(label="Image", type="filepath", sources=["upload"])
48
  audio_input = gr.Audio(label="Audio input", type="filepath", sources=["upload"])
49
  run_btn = gr.Button("Run")
50
  with gr.Column():