ezamorag commited on
Commit
ebfce12
1 Parent(s): 657e458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -76,7 +76,8 @@ with gr.Blocks() as demo:
76
  with gr.Tab("Simplified Scientific Name Count"):
77
  with gr.Row():
78
  input1 = gr.Image()
79
- output1 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
 
80
  button1 = gr.Button("Submit")
81
  button1.click(testing_yolocounter, input1, output1)
82
 
 
76
  with gr.Tab("Simplified Scientific Name Count"):
77
  with gr.Row():
78
  input1 = gr.Image()
79
+ #output1 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
80
+ output1 =[gr.Image(height=500, width=500), gr.Textbox(lines=20)]
81
  button1 = gr.Button("Submit")
82
  button1.click(testing_yolocounter, input1, output1)
83