Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import torch
|
2 |
|
3 |
# Specify the correct path to your LoRA checkpoint file
|
4 |
-
lora_path = "./
|
5 |
|
6 |
# Define the device (use CPU in this case)
|
7 |
device = torch.device("cpu")
|
|
|
1 |
import torch
|
2 |
|
3 |
# Specify the correct path to your LoRA checkpoint file
|
4 |
+
lora_path = "./lora_trained_model.pt" # Replace with the correct file name
|
5 |
|
6 |
# Define the device (use CPU in this case)
|
7 |
device = torch.device("cpu")
|