jethrovic commited on
Commit
477a853
·
1 Parent(s): d43249e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,7 +46,7 @@ css = """
46
  with gr.Blocks(css=css) as demo:
47
  with gr.Column(elem_id="col-container"):
48
  gr.HTML(f"""
49
- <h2 style="text-align: center;">LLM Agent from a Picture</h2>
50
  <p style="text-align: center;">{description}</p>
51
  """)
52
 
@@ -68,8 +68,8 @@ with gr.Blocks(css=css) as demo:
68
  with gr.Row():
69
  gr.Examples(
70
  examples = [
71
- ["ponder.png"],
72
- ["ponder2.png"],
73
 
74
  ],
75
  fn = infer,
 
46
  with gr.Blocks(css=css) as demo:
47
  with gr.Column(elem_id="col-container"):
48
  gr.HTML(f"""
49
+ <h2 style="text-align: center;">Words from a Picture</h2>
50
  <p style="text-align: center;">{description}</p>
51
  """)
52
 
 
68
  with gr.Row():
69
  gr.Examples(
70
  examples = [
71
+ ["examples/ponder.png"],
72
+ ["examples/ponder2.png"],
73
 
74
  ],
75
  fn = infer,