KaiChen1998 commited on
Commit
5948818
·
1 Parent(s): e35953d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ def build_demo(embed_mode):
221
  label="Preprocess for non-square image", visible=False)
222
 
223
  gr.Examples(examples=[
224
- ["./examples/image-text/demo_example.png", "When the canister is momentarily stopped by the spring, by what distance $d$ is the spring compressed?"],
225
  ], inputs=[imagebox, textbox], label='Examples')
226
 
227
  with gr.Column(scale=8):
 
221
  label="Preprocess for non-square image", visible=False)
222
 
223
  gr.Examples(examples=[
224
+ ["./examples/image-text/demo_example.jpg", "When the canister is momentarily stopped by the spring, by what distance $d$ is the spring compressed?"],
225
  ], inputs=[imagebox, textbox], label='Examples')
226
 
227
  with gr.Column(scale=8):