HKAB commited on
Commit
ada3f10
·
1 Parent(s): 5ec340b

remove lazy load

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -262,7 +262,6 @@ with demo:
262
  uploaded_file,
263
  model_type
264
  ],
265
- cache_mode="lazy",
266
  outputs=[uploaded_output, uploaded_html_info],
267
  fn=process_uploaded_file,
268
  label="Cherry-picked examples",
@@ -285,7 +284,6 @@ with demo:
285
  microphone,
286
  model_type
287
  ],
288
- cache_mode="lazy",
289
  outputs=[recorded_output, recorded_html_info],
290
  fn=process_microphone,
291
  label="Cherry-picked examples",
 
262
  uploaded_file,
263
  model_type
264
  ],
 
265
  outputs=[uploaded_output, uploaded_html_info],
266
  fn=process_uploaded_file,
267
  label="Cherry-picked examples",
 
284
  microphone,
285
  model_type
286
  ],
 
287
  outputs=[recorded_output, recorded_html_info],
288
  fn=process_microphone,
289
  label="Cherry-picked examples",