rahul7star commited on
Commit
ea6cef5
·
verified ·
1 Parent(s): efb888a

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -11,7 +11,7 @@ from huggingface_hub import model_info
11
 
12
  # ===== Settings =====
13
  device = 0 if torch.cuda.is_available() else -1
14
- lora_repo = "rahul7star/GPT-Diffuser" # ONLY LoRA fine-tuned repo
15
 
16
  log_lines = []
17
 
 
11
 
12
  # ===== Settings =====
13
  device = 0 if torch.cuda.is_available() else -1
14
+ lora_repo = "rahul7star/GPT-Diffuser-v1" # ONLY LoRA fine-tuned repo
15
 
16
  log_lines = []
17