ezamorag commited on
Commit
b653185
·
1 Parent(s): cc8d8cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -146,7 +146,8 @@ with gr.Blocks() as demo:
146
  output1 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
147
  button1 = gr.Button("Submit")
148
  button1.click(testing_countingid, input1, output1)
149
-
 
150
  with gr.Tab("Simplified Scientific Name Count"):
151
  with gr.Row():
152
  #input2 = gr.Image()
 
146
  output1 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
147
  button1 = gr.Button("Submit")
148
  button1.click(testing_countingid, input1, output1)
149
+ examples = gr.Examples(examples=["img_examples/exs00004.jpg", "img_examples/exs00049.jpg"],inputs=[input1])
150
+
151
  with gr.Tab("Simplified Scientific Name Count"):
152
  with gr.Row():
153
  #input2 = gr.Image()