Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,7 @@ demo = gr.Interface(fn=greet,
|
|
60 |
inputs=gr.Image(type="pil"),
|
61 |
outputs=["text", "file","file"],
|
62 |
title=title,
|
63 |
-
description=description
|
64 |
-
examples=[["Examples/Book.png"],["Examples/News.png"],["Examples/Manuscript.jpg"],["Examples/Files.jpg"]]
|
65 |
)
|
66 |
|
67 |
demo.launch(debug=True)
|
|
|
60 |
inputs=gr.Image(type="pil"),
|
61 |
outputs=["text", "file","file"],
|
62 |
title=title,
|
63 |
+
description=description
|
|
|
64 |
)
|
65 |
|
66 |
demo.launch(debug=True)
|