Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def summarize(inp,file=None):
|
|
158 |
f.close
|
159 |
print (zz)
|
160 |
except Exception as e:
|
161 |
-
print e
|
162 |
|
163 |
print(inp)
|
164 |
out = str(inp)
|
|
|
158 |
f.close
|
159 |
print (zz)
|
160 |
except Exception as e:
|
161 |
+
print (e)
|
162 |
|
163 |
print(inp)
|
164 |
out = str(inp)
|