aminaj commited on
Commit
6f1bff1
·
verified ·
1 Parent(s): a19b0d7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -111,6 +111,7 @@ async def upload_file_on_server(file: UploadFile = File(...)):
111
  # return temp_file_path
112
  # Save the uploaded file to the temporary directory
113
  file_path = os.path.join(data_dir, file.filename)
 
114
 
115
  # Save the uploaded file to a temporary location
116
  # with open(file_path, "wb") as buffer:
 
111
  # return temp_file_path
112
  # Save the uploaded file to the temporary directory
113
  file_path = os.path.join(data_dir, file.filename)
114
+ print(file_path)
115
 
116
  # Save the uploaded file to a temporary location
117
  # with open(file_path, "wb") as buffer: