Spaces:
Runtime error
Runtime error
silvesterjk
commited on
Commit
•
46a1ac5
1
Parent(s):
19e628d
Update app.py
Browse files
app.py
CHANGED
@@ -158,12 +158,12 @@ with block:
|
|
158 |
)
|
159 |
|
160 |
with gr.Group():
|
|
|
161 |
#audio = gr.Audio(
|
162 |
# show_label=False,
|
163 |
# source="microphone",
|
164 |
# type="filepath"
|
165 |
-
|
166 |
-
)
|
167 |
|
168 |
with gr.Box():
|
169 |
with gr.Row().style(equal_height=True):
|
|
|
158 |
)
|
159 |
|
160 |
with gr.Group():
|
161 |
+
audio = gr.Audio(source="upload", type="filepath", label="Upload Audio")
|
162 |
#audio = gr.Audio(
|
163 |
# show_label=False,
|
164 |
# source="microphone",
|
165 |
# type="filepath"
|
166 |
+
|
|
|
167 |
|
168 |
with gr.Box():
|
169 |
with gr.Row().style(equal_height=True):
|