Update app.py
Browse files
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)
|