hantech commited on
Commit
a6094b4
·
verified ·
1 Parent(s): 3e0c8a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)