xu3kev commited on
Commit
373c064
·
verified ·
1 Parent(s): 69f2774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -438,6 +438,7 @@ def main():
438
  gr.Markdown('# Visual Program Synthesis with LLM')
439
  gr.Markdown("""LOGO/Turtle graphics Programming-by-Example problems aims to synthesize a program that generates the given target image, where the program uses drawing library similar to Python Turtle.""")
440
  gr.Markdown("""Here we can draw a target image using the sketchpad, and see what kinds of graphics program LLM generates. To allow the LLM to visually perceive the input image, we convert the image to ASCII strings.""")
 
441
  gr.Markdown("## Draw logo")
442
  with gr.Row():
443
  with gr.Column(scale=1):
 
438
  gr.Markdown('# Visual Program Synthesis with LLM')
439
  gr.Markdown("""LOGO/Turtle graphics Programming-by-Example problems aims to synthesize a program that generates the given target image, where the program uses drawing library similar to Python Turtle.""")
440
  gr.Markdown("""Here we can draw a target image using the sketchpad, and see what kinds of graphics program LLM generates. To allow the LLM to visually perceive the input image, we convert the image to ASCII strings.""")
441
+ gr.Markdown("Please check out our [paper](https://arxiv.org/abs/2406.08316) for more details!")
442
  gr.Markdown("## Draw logo")
443
  with gr.Row():
444
  with gr.Column(scale=1):