LAP-DEV commited on
Commit
775f489
·
verified ·
1 Parent(s): 1510aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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")
 
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")