Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 244 |
value="Latex OCR"
|
| 245 |
)
|
| 246 |
input_media = gr.File(
|
| 247 |
-
label="Upload Image", type="filepath"
|
| 248 |
)
|
| 249 |
text_input = gr.Textbox(label="Question", placeholder="Ask a question about the image...")
|
| 250 |
submit_btn = gr.Button(value="Submit", elem_classes="submit-btn")
|
|
|
|
| 244 |
value="Latex OCR"
|
| 245 |
)
|
| 246 |
input_media = gr.File(
|
| 247 |
+
label="Upload Image📸", type="filepath"
|
| 248 |
)
|
| 249 |
text_input = gr.Textbox(label="Question", placeholder="Ask a question about the image...")
|
| 250 |
submit_btn = gr.Button(value="Submit", elem_classes="submit-btn")
|