ranga-godhandaraman commited on
Commit
a52c2f0
·
verified ·
1 Parent(s): 2757b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import streamlit as st
13
  from diffusers import DiffusionPipeline
14
 
15
  # Load the stable-diffusion-2-1 model from diffusers
16
- pipeline = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0")
17
 
18
  # Get input text from the user
19
  text_input = st.text_area('Enter some text')
 
13
  from diffusers import DiffusionPipeline
14
 
15
  # Load the stable-diffusion-2-1 model from diffusers
16
+ pipeline = DiffusionPipeline.from_pretrained("stabilityai/sd-turbo")
17
 
18
  # Get input text from the user
19
  text_input = st.text_area('Enter some text')