Spaces:
Runtime error
Runtime error
Commit
·
da0f7e1
1
Parent(s):
35712e5
up
Browse files
app.py
CHANGED
@@ -132,6 +132,8 @@ def convert(*keywords):
|
|
132 |
except Exception as e:
|
133 |
print(f"{filename} not working because \n {e}")
|
134 |
|
|
|
|
|
135 |
return f"Retrieved from {num_files}"
|
136 |
|
137 |
# api.upload_file(
|
|
|
132 |
except Exception as e:
|
133 |
print(f"{filename} not working because \n {e}")
|
134 |
|
135 |
+
print(filename)
|
136 |
+
|
137 |
return f"Retrieved from {num_files}"
|
138 |
|
139 |
# api.upload_file(
|