davanstrien HF staff commited on
Commit
417be40
·
1 Parent(s): 64f4ac1

update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ demo = gr.Interface(
93
  fn=predict,
94
  inputs=gr.Text(label="IIIF manifest url"),
95
  outputs=gallery,
96
- title="ImageIN",
97
  description="Identify illustrations in pages of historical books!",
98
  examples=['https://iiif.lib.harvard.edu/manifests/drs:427603172',
99
  "https://iiif.lib.harvard.edu/manifests/drs:427342693",
 
93
  fn=predict,
94
  inputs=gr.Text(label="IIIF manifest url"),
95
  outputs=gallery,
96
+ title="IIIF book manifest illustration detection",
97
  description="Identify illustrations in pages of historical books!",
98
  examples=['https://iiif.lib.harvard.edu/manifests/drs:427603172',
99
  "https://iiif.lib.harvard.edu/manifests/drs:427342693",