Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def loadfile():
|
|
38 |
# Lấy đường dẫn của tệp đã upload
|
39 |
if isinstance(result, list) and result:
|
40 |
file_url = result[0]
|
41 |
-
|
42 |
extracted_path = os.path.dirname(file_url)
|
43 |
print(f"Đường dẫn tệp đã tách: {extracted_path}")
|
44 |
else:
|
|
|
38 |
# Lấy đường dẫn của tệp đã upload
|
39 |
if isinstance(result, list) and result:
|
40 |
file_url = result[0]
|
41 |
+
print(f"Đường dẫn tệp đã tách: {file_url}")
|
42 |
extracted_path = os.path.dirname(file_url)
|
43 |
print(f"Đường dẫn tệp đã tách: {extracted_path}")
|
44 |
else:
|