Update app.py
Browse files
app.py
CHANGED
@@ -129,6 +129,7 @@ def process_path(path):
|
|
129 |
|
130 |
|
131 |
def process_upload(file):
|
|
|
132 |
if file:
|
133 |
return process_path(file.name)
|
134 |
else:
|
|
|
129 |
|
130 |
|
131 |
def process_upload(file):
|
132 |
+
print(file)
|
133 |
if file:
|
134 |
return process_path(file.name)
|
135 |
else:
|