Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
# Corrected version of the generate_image function and updated choices in the Gradio interface
|
2 |
-
|
3 |
import gradio as gr
|
4 |
import torch
|
5 |
from diffusers import StableDiffusionXLPipeline, EulerDiscreteScheduler
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
from diffusers import StableDiffusionXLPipeline, EulerDiscreteScheduler
|