Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ def summarize(inp,history,data=None,file=None,url=None):
|
|
217 |
data="Error"
|
218 |
rawp = str(out)
|
219 |
else:
|
220 |
-
|
221 |
if file:
|
222 |
try:
|
223 |
print (file)
|
|
|
217 |
data="Error"
|
218 |
rawp = str(out)
|
219 |
else:
|
220 |
+
data=out
|
221 |
if file:
|
222 |
try:
|
223 |
print (file)
|