Sayiqa commited on
Commit
82e5655
Β·
verified Β·
1 Parent(s): 5a729e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",revision="fp16"
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",