Omnibus commited on
Commit
f1b2ec6
·
verified ·
1 Parent(s): 2518130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ def find_rss():
246
 
247
  print(f'Exception::{e}')
248
  out_box.append(lod)
249
- yield out_box
250
 
251
  with gr.Blocks() as app:
252
  with gr.Row():
 
246
 
247
  print(f'Exception::{e}')
248
  out_box.append(lod)
249
+ return out_box
250
 
251
  with gr.Blocks() as app:
252
  with gr.Row():