alexkueck commited on
Commit
fbf12d2
·
verified ·
1 Parent(s): 08c12a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ def upload_pdf(files):
387
  if os.path.exists(upload_path):
388
  os.remove(upload_path)
389
  print("exist. File remove.........................")
390
- print"File upload wäre hier.................
391
  # Hochladen der Datei
392
  #future = pool.submit(upload_file_to_huggingface, file.name, upload_path)
393
  futures.append(future)
 
387
  if os.path.exists(upload_path):
388
  os.remove(upload_path)
389
  print("exist. File remove.........................")
390
+ print("File upload wäre hier.................")
391
  # Hochladen der Datei
392
  #future = pool.submit(upload_file_to_huggingface, file.name, upload_path)
393
  futures.append(future)