Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(fn=greet,
|
|
35 |
outputs=["text", "file"],
|
36 |
title=title,
|
37 |
description=description,
|
38 |
-
examples=[["Examples
|
39 |
)
|
40 |
|
41 |
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)
|