Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,6 +93,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 93 |
)
|
| 94 |
|
| 95 |
examples = [["./diagnosis-1.png", "Transcribe the Arabic text."],
|
|
|
|
| 96 |
["./sign.png", "Transcribe the Arabic text."]]
|
| 97 |
gr.Markdown("")
|
| 98 |
|
|
|
|
| 93 |
)
|
| 94 |
|
| 95 |
examples = [["./diagnosis-1.png", "Transcribe the Arabic text."],
|
| 96 |
+
["./4800-13-diagnosis.png", "Transcribe the Arabic text."],
|
| 97 |
["./sign.png", "Transcribe the Arabic text."]]
|
| 98 |
gr.Markdown("")
|
| 99 |
|