Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ class App:
|
|
258 |
with gr.Column():
|
259 |
gr.Markdown(MARKDOWN, elem_id="md_project")
|
260 |
with gr.Tabs():
|
261 |
-
with gr.TabItem("Audio
|
262 |
with gr.Column():
|
263 |
#input_file = gr.Files(type="filepath", label="Upload File here")
|
264 |
input_file = gr.Audio(type='filepath', elem_id="audio_input")
|
|
|
258 |
with gr.Column():
|
259 |
gr.Markdown(MARKDOWN, elem_id="md_project")
|
260 |
with gr.Tabs():
|
261 |
+
with gr.TabItem("Audio upload/record"): # tab1
|
262 |
with gr.Column():
|
263 |
#input_file = gr.Files(type="filepath", label="Upload File here")
|
264 |
input_file = gr.Audio(type='filepath', elem_id="audio_input")
|