Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
main.py
CHANGED
|
@@ -70,7 +70,7 @@ async def process_menu(request: Request, file: UploadFile = File(...)):
|
|
| 70 |
|
| 71 |
# Stable Diffusion
|
| 72 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 73 |
-
"runwayml/stable-diffusion-v1-5"
|
| 74 |
).to("cpu")
|
| 75 |
|
| 76 |
cards = []
|
|
|
|
| 70 |
|
| 71 |
# Stable Diffusion
|
| 72 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 73 |
+
"runwayml/stable-diffusion-v1-5"
|
| 74 |
).to("cpu")
|
| 75 |
|
| 76 |
cards = []
|