johnlockejrr commited on
Commit
3299304
1 Parent(s): cd9b948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ gradio_app = gr.Interface(
118
  gr.JSON(label="Decoded text"),
119
  ],
120
  examples=[
121
- ["johnlockejrr/pylaia-pylaia-heb_sam_v1", str(filename)]
122
  for filename in Path("examples").iterdir()
123
  ],
124
  title="Decode the transcription of an image using a PyLaia model",
 
118
  gr.JSON(label="Decoded text"),
119
  ],
120
  examples=[
121
+ ["johnlockejrr/pylaia-heb_sam_v1", str(filename)]
122
  for filename in Path("examples").iterdir()
123
  ],
124
  title="Decode the transcription of an image using a PyLaia model",