Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -419,9 +419,9 @@ def summarize(inp,history,data=None,files=None,url=None,pdf_url=None,pdf_batch=N
|
|
| 419 |
c +=1
|
| 420 |
print (f'c2:: {c}')
|
| 421 |
#history.append(("",out))
|
| 422 |
-
yield "", history,error_box,
|
| 423 |
json_final=compress_data_json(c,inp,out)
|
| 424 |
-
json_final = str(json_final)
|
| 425 |
#history.append(("",out))
|
| 426 |
yield "", history,error_box,json_final
|
| 427 |
|
|
|
|
| 419 |
c +=1
|
| 420 |
print (f'c2:: {c}')
|
| 421 |
#history.append(("",out))
|
| 422 |
+
yield "", history,error_box,json_out
|
| 423 |
json_final=compress_data_json(c,inp,out)
|
| 424 |
+
#json_final = str(json_final)
|
| 425 |
#history.append(("",out))
|
| 426 |
yield "", history,error_box,json_final
|
| 427 |
|