VinayHajare commited on
Commit
3a960b2
1 Parent(s): c4641b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -44,8 +44,17 @@ interface = gr.Interface(
44
  outputs = "text",
45
  allow_flagging = "never",
46
  examples = [
 
 
 
47
  os.path.join(os.path.dirname(__file__), "8.jpg"),
 
 
48
  os.path.join(os.path.dirname(__file__), "12.jpg"),
 
 
 
 
49
  ],
50
  theme = gr.themes.Soft()
51
  )
 
44
  outputs = "text",
45
  allow_flagging = "never",
46
  examples = [
47
+ os.path.join(os.path.dirname(__file__), "0.jpg"),
48
+ os.path.join(os.path.dirname(__file__), "1.jpg"),
49
+ os.path.join(os.path.dirname(__file__), "3.jpg"),
50
  os.path.join(os.path.dirname(__file__), "8.jpg"),
51
+ os.path.join(os.path.dirname(__file__), "10.jpg"),
52
+ os.path.join(os.path.dirname(__file__), "11.jpg"),
53
  os.path.join(os.path.dirname(__file__), "12.jpg"),
54
+ os.path.join(os.path.dirname(__file__), "14.jpg"),
55
+ os.path.join(os.path.dirname(__file__), "21.jpg"),
56
+ os.path.join(os.path.dirname(__file__), "27.jpg"),
57
+ os.path.join(os.path.dirname(__file__), "37.jpg"),
58
  ],
59
  theme = gr.themes.Soft()
60
  )