Spaces:
Runtime error
Runtime error
Commit
·
0cbd26d
1
Parent(s):
7e0c74d
update another example of low resource
Browse files- app_fatezero.py +12 -12
app_fatezero.py
CHANGED
@@ -143,18 +143,18 @@ with gr.Blocks(css='style.css') as demo:
|
|
143 |
10,
|
144 |
7.5,
|
145 |
],
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
]
|
159 |
gr.Examples(examples=examples,
|
160 |
inputs=[
|
|
|
143 |
10,
|
144 |
7.5,
|
145 |
],
|
146 |
+
[
|
147 |
+
'CompVis/stable-diffusion-v1-4',
|
148 |
+
'FateZero/data/style/sunflower',
|
149 |
+
'a yellow sunflower',
|
150 |
+
'van gogh style painting of a yellow sunflower',
|
151 |
+
0.5,
|
152 |
+
0.5,
|
153 |
+
'van gogh',
|
154 |
+
10,
|
155 |
+
10,
|
156 |
+
7.5,
|
157 |
+
],
|
158 |
]
|
159 |
gr.Examples(examples=examples,
|
160 |
inputs=[
|