mr2along commited on
Commit
84f7df5
verified
1 Parent(s): 6ac5a2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)