vteam27
commited on
Commit
·
5da0a22
1
Parent(s):
3d45b3a
fixed bugs
Browse files
app.py
CHANGED
|
@@ -35,12 +35,7 @@ demo = gr.Interface(fn=greet,
|
|
| 35 |
outputs=["text", "file"],
|
| 36 |
title=title,
|
| 37 |
description=description,
|
| 38 |
-
examples=[
|
| 39 |
-
["Examples\Book.png"],
|
| 40 |
-
["Examples\News.png"],
|
| 41 |
-
["Examples\Manuscript.jpg"],
|
| 42 |
-
["Examples\Files.jpg"],
|
| 43 |
-
]
|
| 44 |
)
|
| 45 |
|
| 46 |
demo.launch(debug=True)
|
|
|
|
| 35 |
outputs=["text", "file"],
|
| 36 |
title=title,
|
| 37 |
description=description,
|
| 38 |
+
examples=[["Examples\Book.png"],["Examples\\News.png"],["Examples\Manuscript.jpg"],["Examples\Files.jpg"]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
)
|
| 40 |
|
| 41 |
demo.launch(debug=True)
|