Spaces:
Sleeping
Sleeping
quick fix: update gdown flags
Browse files- run_prothgt_app.py +1 -1
run_prothgt_app.py
CHANGED
|
@@ -221,7 +221,7 @@ def generate_prediction_df(protein_ids, model_paths, model_config_paths, go_cate
|
|
| 221 |
try:
|
| 222 |
url = f"https://drive.google.com/uc?id={file_id}"
|
| 223 |
print(f"Downloading file from {url}...")
|
| 224 |
-
gdown.download(url, output, quiet=False)
|
| 225 |
print(f"File downloaded to {output}")
|
| 226 |
except Exception as e:
|
| 227 |
print(f"Error downloading file: {e}")
|
|
|
|
| 221 |
try:
|
| 222 |
url = f"https://drive.google.com/uc?id={file_id}"
|
| 223 |
print(f"Downloading file from {url}...")
|
| 224 |
+
gdown.download(url, output, quiet=False, fuzzy=True)
|
| 225 |
print(f"File downloaded to {output}")
|
| 226 |
except Exception as e:
|
| 227 |
print(f"Error downloading file: {e}")
|