Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -160,9 +160,9 @@ def summarize(inp,file=None):
|
|
160 |
if i == " " or i=="," or i=="\n":
|
161 |
c +=1
|
162 |
print (f'c:: {c}')
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
print (rawp)
|
167 |
print (f'out:: {out}')
|
168 |
#history += "observation: the search results are:\n {}\n".format(out)
|
|
|
160 |
if i == " " or i=="," or i=="\n":
|
161 |
c +=1
|
162 |
print (f'c:: {c}')
|
163 |
+
|
164 |
+
rawp = compress_data(c,out)
|
165 |
+
|
166 |
print (rawp)
|
167 |
print (f'out:: {out}')
|
168 |
#history += "observation: the search results are:\n {}\n".format(out)
|