Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|