Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ iface = gr.Interface(
|
|
| 77 |
title=app_name,
|
| 78 |
description=app_description,
|
| 79 |
examples=[
|
| 80 |
-
["
|
| 81 |
],
|
| 82 |
allow_flagging="never"
|
| 83 |
)
|
|
|
|
| 77 |
title=app_name,
|
| 78 |
description=app_description,
|
| 79 |
examples=[
|
| 80 |
+
["Article.pdf",1],
|
| 81 |
],
|
| 82 |
allow_flagging="never"
|
| 83 |
)
|