Ayushnangia commited on
Commit
df009b3
1 Parent(s): 054affb

added example

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -84,6 +84,8 @@ demo = gr.Interface(
84
  outputs=["text", "file"],
85
  title=title,
86
  description=description,
 
 
87
  )
88
 
89
  demo.launch(debug=True)
 
84
  outputs=["text", "file"],
85
  title=title,
86
  description=description,
87
+ examples=[["Examples/Book.png"], ["Examples/News.png"], ["Examples/Manuscript.jpg"], ["Examples/Files.jpg"]]
88
+
89
  )
90
 
91
  demo.launch(debug=True)