Royir commited on
Commit
d5bacd1
1 Parent(s): c35de76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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
- ["a pink sunflower and a yellow flamingo", "16"],
37
- ["a pink sunflower and a yellow flamingo", "60"],
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)