Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -145,9 +145,9 @@ def model_inference(message, history, use_coreocr):
|
|
145 |
|
146 |
# Gradio Interface
|
147 |
examples = [
|
148 |
-
[{"text": "Validate the worksheet answers", "files": ["example/image1.
|
149 |
[{"text": "Explain the scene", "files": ["example/image2.jpg"]}],
|
150 |
-
[{"text": "Fill the correct numbers", "files": ["example/image3.
|
151 |
]
|
152 |
|
153 |
demo = gr.ChatInterface(
|
|
|
145 |
|
146 |
# Gradio Interface
|
147 |
examples = [
|
148 |
+
[{"text": "Validate the worksheet answers", "files": ["example/image1.png"]}],
|
149 |
[{"text": "Explain the scene", "files": ["example/image2.jpg"]}],
|
150 |
+
[{"text": "Fill the correct numbers", "files": ["example/image3.png"]}],
|
151 |
]
|
152 |
|
153 |
demo = gr.ChatInterface(
|