Spaces:
Runtime error
Runtime error
Commit
·
ecf1647
1
Parent(s):
014323c
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=[["
|
| 55 |
cache_examples=False)
|
| 56 |
|
| 57 |
demo.launch()
|
|
|
|
| 51 |
description=description,
|
| 52 |
article=article,
|
| 53 |
enable_queue=True,
|
| 54 |
+
examples=[["contract_ai_2.jpeg", "When is the event?"], ["Contract-Template-01.jpg", "What's the contract's name"]],
|
| 55 |
cache_examples=False)
|
| 56 |
|
| 57 |
demo.launch()
|