Spaces:
Sleeping
Sleeping
FluoGen group
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ SAVE_EXAMPLES = False
|
|
| 54 |
# --- Base directory for all models ---
|
| 55 |
# NOTE: All model paths are now relative.
|
| 56 |
# Run the `copy_weights.py` script once to copy all necessary model files into this local directory.
|
| 57 |
-
REPO_ID = "
|
| 58 |
MODELS_ROOT_DIR = snapshot_download(repo_id=REPO_ID) #"models_collection"
|
| 59 |
|
| 60 |
|
|
|
|
| 54 |
# --- Base directory for all models ---
|
| 55 |
# NOTE: All model paths are now relative.
|
| 56 |
# Run the `copy_weights.py` script once to copy all necessary model files into this local directory.
|
| 57 |
+
REPO_ID = "FluoGen-Group/FluoGen-demo-test-ckpts"
|
| 58 |
MODELS_ROOT_DIR = snapshot_download(repo_id=REPO_ID) #"models_collection"
|
| 59 |
|
| 60 |
|