Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(css=css) as main:
|
|
97 |
with gr.Column():
|
98 |
input = gr.Image(label="Image")
|
99 |
input_2 = gr.Video(label="Video")
|
100 |
-
input_3 = gr.Audio(label="Audio")
|
101 |
instruction = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Instruction")
|
102 |
sampling = gr.Checkbox(value=False, label="Sampling")
|
103 |
temperature = gr.Slider(minimum=0.01, maximum=1.99, step=0.01, value=0.7, label="Temperature")
|
|
|
97 |
with gr.Column():
|
98 |
input = gr.Image(label="Image")
|
99 |
input_2 = gr.Video(label="Video")
|
100 |
+
input_3 = gr.Audio(label="Audio")
|
101 |
instruction = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Instruction")
|
102 |
sampling = gr.Checkbox(value=False, label="Sampling")
|
103 |
temperature = gr.Slider(minimum=0.01, maximum=1.99, step=0.01, value=0.7, label="Temperature")
|