Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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():
|