mattraj commited on
Commit
5baff6e
1 Parent(s): 56ace0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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