Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ examples=[
|
|
10 |
["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
|
11 |
]
|
12 |
|
13 |
-
gr.Interface.load("huggingface/
|
14 |
|
15 |
|
16 |
#import diffusers
|
|
|
10 |
["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
|
11 |
]
|
12 |
|
13 |
+
gr.Interface.load("huggingface/stabilityai/stable-diffusion-2-1-base", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
|
14 |
|
15 |
|
16 |
#import diffusers
|