vtiw commited on
Commit
2c62fa3
·
1 Parent(s): 5da0a22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\Book.png"],["Examples\\News.png"],["Examples\Manuscript.jpg"],["Examples\Files.jpg"]]
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)