Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5948818
1
Parent(s):
e35953d
fix bugs
Browse files
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.
|
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):
|