Commit
·
8b31dcd
1
Parent(s):
828bc67
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ demo = gr.Interface(
|
|
106 |
title="IIIF book manifest illustration detection",
|
107 |
description=DESCRIPTION,
|
108 |
examples=['https://iiif.lib.harvard.edu/manifests/drs:427603172',
|
109 |
-
"https://iiif.lib.harvard.edu/manifests/drs:427342693",
|
110 |
-
"https://iiif.archivelab.org/iiif/holylandbiblebok0000cunn/manifest.json"]
|
111 |
).queue()
|
112 |
demo.launch()
|
|
|
106 |
title="IIIF book manifest illustration detection",
|
107 |
description=DESCRIPTION,
|
108 |
examples=['https://iiif.lib.harvard.edu/manifests/drs:427603172',
|
109 |
+
"https://iiif.lib.harvard.edu/manifests/drs:427342693",]
|
110 |
+
# "https://iiif.archivelab.org/iiif/holylandbiblebok0000cunn/manifest.json"]
|
111 |
).queue()
|
112 |
demo.launch()
|