Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def generate_dishes(ingredients, n=3, max_tokens=150, temperature=0.7):
|
|
52 |
return dishes
|
53 |
|
54 |
def generate_image(prompt):
|
55 |
-
model_id = "
|
56 |
pipe = StableDiffusionPipeline.from_pretrained(model_id)
|
57 |
|
58 |
# If you have a GPU available, uncomment the following line
|
|
|
52 |
return dishes
|
53 |
|
54 |
def generate_image(prompt):
|
55 |
+
model_id = "runwayml/stable-diffusion-v1-5"
|
56 |
pipe = StableDiffusionPipeline.from_pretrained(model_id)
|
57 |
|
58 |
# If you have a GPU available, uncomment the following line
|