Spaces:
Runtime error
Runtime error
Songwei Ge
commited on
Commit
Β·
fb8cc1d
1
Parent(s):
b5268ad
more examples
Browse files
app.py
CHANGED
|
@@ -170,6 +170,20 @@ def main():
|
|
| 170 |
512,
|
| 171 |
6,
|
| 172 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
]
|
| 174 |
gr.Examples(examples=examples,
|
| 175 |
inputs=[
|
|
|
|
| 170 |
512,
|
| 171 |
6,
|
| 172 |
],
|
| 173 |
+
[
|
| 174 |
+
{"ops":[{"insert":"a "},{"attributes":{"font":"slabo"},"insert":"night sky filled with stars"},{"insert":" above a "},{"attributes":{"font":"roboto"},"insert":"turbulent sea with giant waves"},{"insert":"\n"}]},
|
| 175 |
+
'',
|
| 176 |
+
512,
|
| 177 |
+
512,
|
| 178 |
+
6,
|
| 179 |
+
],
|
| 180 |
+
[
|
| 181 |
+
{"ops":[{"attributes":{"link":"the awe-inspiring sky and ocean in the style of J.M.W. Turner"},"insert":"the awe-inspiring sky and sea"},{"insert":" by "},{"attributes":{"font":"mirza"},"insert":"a coast with flowers and grasses in spring"},{"insert":"\n"}]},
|
| 182 |
+
'',
|
| 183 |
+
512,
|
| 184 |
+
512,
|
| 185 |
+
9,
|
| 186 |
+
],
|
| 187 |
]
|
| 188 |
gr.Examples(examples=examples,
|
| 189 |
inputs=[
|