Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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')
|