helloWorld199 commited on
Commit
61c72ea
1 Parent(s): 8ac4951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -88,16 +88,16 @@ with gr.Blocks() as demo:
88
  show_download_button=False,
89
  )
90
  button = gr.Button('Analyze', variant='primary')
91
- output_viz = gr.Plot(label='Visualization')
92
  with gr.Row():
93
  output_bpm = gr.Textbox(label='BPM', scale=1)
94
- output_sonif = gr.Audio(
95
- label='Sonification',
96
- type='filepath',
97
- format='mp3',
98
- show_download_button=False,
99
- scale=9,
100
- )
101
  elapsed_time = gr.Textbox(label='Overall inference time', scale=1)
102
 
103
  #gr.Examples(
 
88
  show_download_button=False,
89
  )
90
  button = gr.Button('Analyze', variant='primary')
91
+ #output_viz = gr.Plot(label='Visualization')
92
  with gr.Row():
93
  output_bpm = gr.Textbox(label='BPM', scale=1)
94
+ #output_sonif = gr.Audio(
95
+ # label='Sonification',
96
+ # type='filepath',
97
+ # format='mp3',
98
+ # show_download_button=False,
99
+ # scale=9,
100
+ #)
101
  elapsed_time = gr.Textbox(label='Overall inference time', scale=1)
102
 
103
  #gr.Examples(