Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -232,7 +232,7 @@ if __name__ == '__main__':
|
|
| 232 |
with gr.Column(scale=0.15, min_width=0):
|
| 233 |
clear = gr.Button("Clear️")
|
| 234 |
with gr.Column(scale=0.15, min_width=0):
|
| 235 |
-
btn = gr.UploadButton("Upload", file_types=["image","audio"])
|
| 236 |
with gr.Row():
|
| 237 |
with gr.Column():
|
| 238 |
outaudio = gr.Audio(visible=False)
|
|
|
|
| 232 |
with gr.Column(scale=0.15, min_width=0):
|
| 233 |
clear = gr.Button("Clear️")
|
| 234 |
with gr.Column(scale=0.15, min_width=0):
|
| 235 |
+
btn = gr.UploadButton("Upload", file_types=["image","audio"],visible=False)
|
| 236 |
with gr.Row():
|
| 237 |
with gr.Column():
|
| 238 |
outaudio = gr.Audio(visible=False)
|