Spaces:
Runtime error
Runtime error
Songwei Ge
commited on
Commit
Β·
bc4d8bb
1
Parent(s):
ae61c93
fix example
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ def main():
|
|
| 149 |
with gr.Row():
|
| 150 |
examples = [
|
| 151 |
[
|
| 152 |
-
'{"ops":[{"insert":"a "},{"attributes":{"font":"slabo"},"insert":"night sky filled with stars"},{"insert":" above a "},{"attributes":{"font":"roboto"},"insert":"turbulent sea with giant waves"}
|
| 153 |
'',
|
| 154 |
512,
|
| 155 |
512,
|
|
@@ -157,7 +157,7 @@ def main():
|
|
| 157 |
1,
|
| 158 |
],
|
| 159 |
[
|
| 160 |
-
'{"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"}
|
| 161 |
'',
|
| 162 |
512,
|
| 163 |
512,
|
|
|
|
| 149 |
with gr.Row():
|
| 150 |
examples = [
|
| 151 |
[
|
| 152 |
+
'{"ops":[{"insert":"a "},{"attributes":{"font":"slabo"},"insert":"night sky filled with stars"},{"insert":" above a "},{"attributes":{"font":"roboto"},"insert":"turbulent sea with giant waves"}]}',
|
| 153 |
'',
|
| 154 |
512,
|
| 155 |
512,
|
|
|
|
| 157 |
1,
|
| 158 |
],
|
| 159 |
[
|
| 160 |
+
'{"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"}]}',
|
| 161 |
'',
|
| 162 |
512,
|
| 163 |
512,
|