Spaces:
Running
Running
commented examples
Browse files
app.py
CHANGED
@@ -80,10 +80,10 @@ custom_css = """
|
|
80 |
seafoam = Seafoam()
|
81 |
|
82 |
# Define examples for users to try out
|
83 |
-
examples = [
|
84 |
-
|
85 |
-
|
86 |
-
]
|
87 |
|
88 |
title = "<h1 style='text-align: center;'>Developed by IITJ</h1>"
|
89 |
|
@@ -103,7 +103,7 @@ iface = gr.Interface(
|
|
103 |
description=title+interface_html+links_html,
|
104 |
theme=seafoam,
|
105 |
css=custom_css,
|
106 |
-
examples=examples
|
107 |
)
|
108 |
|
109 |
|
|
|
80 |
seafoam = Seafoam()
|
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>"
|
89 |
|
|
|
103 |
description=title+interface_html+links_html,
|
104 |
theme=seafoam,
|
105 |
css=custom_css,
|
106 |
+
# examples=examples
|
107 |
)
|
108 |
|
109 |
|