ezamorag commited on
Commit
dda5b9d
·
1 Parent(s): 7f02edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Common Name Count"):
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)]