Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ def modelo2(text):
|
|
21 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
22 |
image = pipe(text).images[0]
|
23 |
|
|
|
24 |
return image
|
25 |
|
26 |
def execution(audio):
|
|
|
21 |
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
|
22 |
image = pipe(text).images[0]
|
23 |
|
24 |
+
|
25 |
return image
|
26 |
|
27 |
def execution(audio):
|