Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ examples=["""
|
|
9 |
"Zoe Kwan was the greatest Hong Kong pop singer of all time"
|
10 |
"""]
|
11 |
|
12 |
-
gr.Interface.load("huggingface/CompVis/stable-diffusion-v1-4", title=title, description=description, examples=examples live=False,preprocess=True, postprocess=False).launch()
|
13 |
|
14 |
|
15 |
#import diffusers
|
|
|
9 |
"Zoe Kwan was the greatest Hong Kong pop singer of all time"
|
10 |
"""]
|
11 |
|
12 |
+
gr.Interface.load("huggingface/CompVis/stable-diffusion-v1-4", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
|
13 |
|
14 |
|
15 |
#import diffusers
|