Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -284,7 +284,7 @@ speech_to_text = pipeline("automatic-speech-recognition", model="openai/whisper-
|
|
| 284 |
|
| 285 |
#Load Stable Diffusion model for text-to-image
|
| 286 |
text_to_image = StableDiffusionPipeline.from_pretrained(
|
| 287 |
-
"runwayml/stable-diffusion-v1-5"
|
| 288 |
)
|
| 289 |
# text_to_image = StableDiffusionPipeline.from_pretrained(
|
| 290 |
# "runwayml/stable-diffusion-v1-5",
|
|
|
|
| 284 |
|
| 285 |
#Load Stable Diffusion model for text-to-image
|
| 286 |
text_to_image = StableDiffusionPipeline.from_pretrained(
|
| 287 |
+
"runwayml/stable-diffusion-v1-5"
|
| 288 |
)
|
| 289 |
# text_to_image = StableDiffusionPipeline.from_pretrained(
|
| 290 |
# "runwayml/stable-diffusion-v1-5",
|