Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,12 +33,10 @@ This is the demo for [SynGen](https://github.com/RoyiRa/Syntax-Guided-Generation
|
|
33 |
"""
|
34 |
|
35 |
examples = [
|
36 |
-
["
|
37 |
-
["a
|
38 |
-
["a checkered bowl in a cluttered room", "69"],
|
39 |
["a checkered bowl in a cluttered room", "77"],
|
40 |
-
["a horned lion and a spotted monkey", "1269"]
|
41 |
-
["a horned lion and a spotted monkey", "9146"]
|
42 |
]
|
43 |
|
44 |
prompt_textbox = gr.Textbox(label="Prompt", placeholder="a pink sunflower and a yellow flamingo", lines=1)
|
|
|
33 |
"""
|
34 |
|
35 |
examples = [
|
36 |
+
["the apple is blue and the carrot is purple", "20"]
|
37 |
+
["a yellow flamingo and a pink sunflower", "16"],
|
|
|
38 |
["a checkered bowl in a cluttered room", "77"],
|
39 |
+
["a horned lion and a spotted monkey", "1269"]
|
|
|
40 |
]
|
41 |
|
42 |
prompt_textbox = gr.Textbox(label="Prompt", placeholder="a pink sunflower and a yellow flamingo", lines=1)
|