PierreHanna commited on
Commit
8a33597
β€’
1 Parent(s): 8a6aabe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,10 +107,10 @@ with gr.Blocks() as demo:
107
  [audio_url_input],
108
  [html,top1, top2, top3, top4, top5],
109
  process_url,
110
- cache_examples=False,
111
  )
112
  analyze_file_btn.click(process_file, inputs=[audio_input_file],
113
  outputs=[top1, top2, top3, top4, top5])
114
 
115
 
116
- demo.launch(debug=True)
 
107
  [audio_url_input],
108
  [html,top1, top2, top3, top4, top5],
109
  process_url,
110
+ cache_examples=True,
111
  )
112
  analyze_file_btn.click(process_file, inputs=[audio_input_file],
113
  outputs=[top1, top2, top3, top4, top5])
114
 
115
 
116
+ demo.launch(debug=False)