Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ examples=[
|
|
11 |
["Third, we must spend time to drink some local beer in a popular restaurant."]
|
12 |
]
|
13 |
|
14 |
-
gr.Interface.load("huggingface/
|
15 |
|
16 |
|
17 |
#import diffusers
|
|
|
11 |
["Third, we must spend time to drink some local beer in a popular restaurant."]
|
12 |
]
|
13 |
|
14 |
+
gr.Interface.load("huggingface/runwayml/stable-diffusion-v1-5", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
|
15 |
|
16 |
|
17 |
#import diffusers
|