Update app.py
Browse files
app.py
CHANGED
@@ -243,8 +243,8 @@ with gr.Blocks(css=custom_css) as iface:
|
|
243 |
|
244 |
gr.Examples(
|
245 |
examples=[
|
246 |
-
"
|
247 |
-
"
|
248 |
],
|
249 |
inputs=input_image,
|
250 |
outputs=output_text,
|
|
|
243 |
|
244 |
gr.Examples(
|
245 |
examples=[
|
246 |
+
"eqn1.png", # Replace with actual URLs of math problem images
|
247 |
+
"eqn2.png"
|
248 |
],
|
249 |
inputs=input_image,
|
250 |
outputs=output_text,
|