anikde commited on
Commit
0a46de5
·
verified ·
1 Parent(s): 3c3a782

commented examples

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -80,10 +80,10 @@ custom_css = """
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,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