Spaces:
Running
Running
added examples
Browse files
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>"
|