elapt1c commited on
Commit
911802e
·
verified ·
1 Parent(s): 60624d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import hf_hub_download
6
  import os
7
 
8
  # Download and import model components from HF Hub
9
- model_repo = "TimurHromek/HROM-V1"
10
 
11
  # 1. Import trainer module components
12
  trainer_file = hf_hub_download(repo_id=model_repo, filename="HROM-V1.5_Trainer.py")
 
6
  import os
7
 
8
  # Download and import model components from HF Hub
9
+ model_repo = "elapt1c/hrom-testing"
10
 
11
  # 1. Import trainer module components
12
  trainer_file = hf_hub_download(repo_id=model_repo, filename="HROM-V1.5_Trainer.py")