Spaces:
Runtime error
Runtime error
Iqra Ali
commited on
Commit
•
e18713b
1
Parent(s):
8d917ad
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ demo = gr.Interface(
|
|
54 |
description=description,
|
55 |
article=article,
|
56 |
enable_queue=True,
|
57 |
-
examples=[["Binder1_Page_48_Image_0001.png"], [""]
|
58 |
cache_examples=False)
|
59 |
|
60 |
demo.launch()
|
|
|
54 |
description=description,
|
55 |
article=article,
|
56 |
enable_queue=True,
|
57 |
+
examples=[["Binder1_Page_48_Image_0001.png"], ["SKMBT_75122072616550_Page_50_Image_0001.png"]],
|
58 |
cache_examples=False)
|
59 |
|
60 |
demo.launch()
|