Hpsoyl commited on
Commit
4cfafe1
·
1 Parent(s): b41b44b

FluoGen group

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "rayquaza384mega/FluoGen-demo-test-ckpts"
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