Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,6 @@ def summarize(inp,history,data=None):
|
|
| 174 |
print(f'chunk:: {chunk}')
|
| 175 |
print(f'divr:: {divr}')
|
| 176 |
print (f'divi:: {divi}')
|
| 177 |
-
out = []
|
| 178 |
#out=""
|
| 179 |
s=0
|
| 180 |
e=chunk
|
|
|
|
| 174 |
print(f'chunk:: {chunk}')
|
| 175 |
print(f'divr:: {divr}')
|
| 176 |
print (f'divi:: {divi}')
|
|
|
|
| 177 |
#out=""
|
| 178 |
s=0
|
| 179 |
e=chunk
|