Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,6 @@ from diffusers import StableDiffusionPipeline
|
|
| 4 |
from peft import PeftModel
|
| 5 |
import spaces
|
| 6 |
|
| 7 |
-
# Replace with your actual model repository ID
|
| 8 |
MODEL_REPO = "DAVEinside/Vintage_art_LORA"
|
| 9 |
|
| 10 |
@spaces.GPU
|
|
|
|
| 4 |
from peft import PeftModel
|
| 5 |
import spaces
|
| 6 |
|
|
|
|
| 7 |
MODEL_REPO = "DAVEinside/Vintage_art_LORA"
|
| 8 |
|
| 9 |
@spaces.GPU
|