Spaces:
Runtime error
Runtime error
Amanda commited on
Commit ·
33ce625
1
Parent(s): cf7d42e
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ demo = gr.Interface(
|
|
| 51 |
description=description,
|
| 52 |
article=article,
|
| 53 |
enable_queue=True,
|
| 54 |
-
examples=[["DL.jpg", "What is the
|
| 55 |
cache_examples=False)
|
| 56 |
|
| 57 |
demo.launch()
|
|
|
|
| 51 |
description=description,
|
| 52 |
article=article,
|
| 53 |
enable_queue=True,
|
| 54 |
+
examples=[["DL.jpg", "What is the Address?"], ["EAC.png", "What is the Document Type?"]],
|
| 55 |
cache_examples=False)
|
| 56 |
|
| 57 |
demo.launch()
|