Spaces:
Build error
Build error
PatrickSchrML
commited on
Commit
•
dafd048
1
Parent(s):
56c15ba
beecroft example
Browse files
app.py
CHANGED
@@ -183,6 +183,13 @@ css = """
|
|
183 |
block = gr.Blocks(css=css)
|
184 |
|
185 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
[
|
187 |
'a gorgeous female photo',
|
188 |
1,
|
@@ -210,14 +217,7 @@ examples = [
|
|
210 |
50,
|
211 |
10,
|
212 |
1714108957,
|
213 |
-
]
|
214 |
-
[
|
215 |
-
'a photograph by vanessa beecroft',
|
216 |
-
1,
|
217 |
-
50,
|
218 |
-
7.5,
|
219 |
-
445713657,
|
220 |
-
],
|
221 |
]
|
222 |
|
223 |
with block:
|
|
|
183 |
block = gr.Blocks(css=css)
|
184 |
|
185 |
examples = [
|
186 |
+
[
|
187 |
+
'a photograph by vanessa beecroft',
|
188 |
+
1,
|
189 |
+
50,
|
190 |
+
7.5,
|
191 |
+
24803839,
|
192 |
+
],
|
193 |
[
|
194 |
'a gorgeous female photo',
|
195 |
1,
|
|
|
217 |
50,
|
218 |
10,
|
219 |
1714108957,
|
220 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
]
|
222 |
|
223 |
with block:
|