Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def upfilepath(local_filename):
|
|
| 55 |
response = requests.post(upload_url, files=files, timeout=30) # Set timeout (e.g., 30 seconds)
|
| 56 |
|
| 57 |
if response.status_code == 200:
|
| 58 |
-
print("Upload th脿nh c么ng!")
|
| 59 |
result = response.json()
|
| 60 |
extracted_path = result[0]
|
| 61 |
print(extracted_path)
|
|
|
|
| 55 |
response = requests.post(upload_url, files=files, timeout=30) # Set timeout (e.g., 30 seconds)
|
| 56 |
|
| 57 |
if response.status_code == 200:
|
| 58 |
+
#print("Upload th脿nh c么ng!")
|
| 59 |
result = response.json()
|
| 60 |
extracted_path = result[0]
|
| 61 |
print(extracted_path)
|