Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -178,8 +178,9 @@ def summarize(inp,history,file=None):
|
|
| 178 |
print (rawp)
|
| 179 |
print (f'out:: {out}')
|
| 180 |
#history += "observation: the search results are:\n {}\n".format(out)
|
| 181 |
-
task = "complete?"
|
| 182 |
-
|
|
|
|
| 183 |
#################################
|
| 184 |
|
| 185 |
'''
|
|
|
|
| 178 |
print (rawp)
|
| 179 |
print (f'out:: {out}')
|
| 180 |
#history += "observation: the search results are:\n {}\n".format(out)
|
| 181 |
+
#task = "complete?"
|
| 182 |
+
history.append(("",rawp))
|
| 183 |
+
return "", history
|
| 184 |
#################################
|
| 185 |
|
| 186 |
'''
|