Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ def find_rss():
|
|
246 |
|
247 |
print(f'Exception::{e}')
|
248 |
out_box.append(lod)
|
249 |
-
|
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():
|