vteam27 commited on
Commit
3d45b3a
·
1 Parent(s): fe10d73

fixed minor bug

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,13 +34,13 @@ demo = gr.Interface(fn=greet,
34
  inputs=gr.Image(type="pil"),
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)
 
34
  inputs=gr.Image(type="pil"),
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)