anikde commited on
Commit
a53b684
·
1 Parent(s): 916bd05

added examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ seafoam = Seafoam()
81
 
82
  # Define examples for users to try out
83
  examples = [
84
- ["test_images/image_141.jpg"],
85
- ["test_images/image_1164.jpg"]
86
  ]
87
 
88
  title = "<h1 style='text-align: center;'>Developed by IITJ</h1>"
 
81
 
82
  # Define examples for users to try out
83
  examples = [
84
+ ["test_images/image_141.jpg", "hindi"],
85
+ ["test_images/image_1164.jpg", "auto"]
86
  ]
87
 
88
  title = "<h1 style='text-align: center;'>Developed by IITJ</h1>"