Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -250,7 +250,7 @@ def summarize(inp,history,data=None,files=None,url=None,pdf_url=None,pdf_batch=N
|
|
| 250 |
inp = "Process this data"
|
| 251 |
history.clear()
|
| 252 |
history = [(inp,"Working on it...")]
|
| 253 |
-
yield "",history
|
| 254 |
|
| 255 |
if pdf_batch.startswith("http"):
|
| 256 |
c=0
|
|
|
|
| 250 |
inp = "Process this data"
|
| 251 |
history.clear()
|
| 252 |
history = [(inp,"Working on it...")]
|
| 253 |
+
yield "",history,error_box
|
| 254 |
|
| 255 |
if pdf_batch.startswith("http"):
|
| 256 |
c=0
|