Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
-
from
|
4 |
|
5 |
# Load the pre-trained model
|
6 |
model_id = "stabilityai/sdxl-turbo"
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
+
from diffusers import DiffusionPipeline
|
4 |
|
5 |
# Load the pre-trained model
|
6 |
model_id = "stabilityai/sdxl-turbo"
|