Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
|
|
77 |
input1 = gr.Image()
|
78 |
output1 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
|
79 |
button1 = gr.Button("Submit")
|
80 |
-
button1.click(testing_yolocounter
|
81 |
|
82 |
examples_list = glob("img_examples/*.jpg")
|
83 |
random.shuffle(examples_list)
|
|
|
77 |
input1 = gr.Image()
|
78 |
output1 =[gr.Image().style(height=500, width=500), gr.Textbox(lines=20)]
|
79 |
button1 = gr.Button("Submit")
|
80 |
+
button1.click(testing_yolocounter, input1, output1)
|
81 |
|
82 |
examples_list = glob("img_examples/*.jpg")
|
83 |
random.shuffle(examples_list)
|