Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks() as demo:
|
|
174 |
button1 = gr.Button("Submit")
|
175 |
button1.click(testing_countingid, input1, output1)
|
176 |
|
177 |
-
with gr.Tab("Simplified
|
178 |
with gr.Row():
|
179 |
#input2 = gr.Image()
|
180 |
output2 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
|
|
|
174 |
button1 = gr.Button("Submit")
|
175 |
button1.click(testing_countingid, input1, output1)
|
176 |
|
177 |
+
with gr.Tab("Simplified Scientific Name Count"):
|
178 |
with gr.Row():
|
179 |
#input2 = gr.Image()
|
180 |
output2 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
|