Pijush2023 commited on
Commit
bad6eb3
·
verified ·
1 Parent(s): 397756a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1255,7 +1255,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
1255
 
1256
  gr.Markdown("<h1 style='color: red;'>Radar Map</h1>", elem_id="Map-Radar")
1257
  location_output = gr.HTML()
1258
- audio_output = gr.Audio(interactive=False, autoplay=True,streaming=True)
1259
 
1260
  def stop_audio():
1261
  audio_output.stop()
 
1255
 
1256
  gr.Markdown("<h1 style='color: red;'>Radar Map</h1>", elem_id="Map-Radar")
1257
  location_output = gr.HTML()
1258
+ audio_output = gr.Audio(interactive=False, autoplay=True)
1259
 
1260
  def stop_audio():
1261
  audio_output.stop()