Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(title=title,
|
|
107 |
# gr.HTML("""<h4 style="color:navy;">2. Then, click "Infer" button to predict object instances. It will take about 15-20 seconds (on cpu)</h4>""")
|
108 |
|
109 |
send_btn = gr.Button("Submit")
|
110 |
-
send_btn.click(fn=
|
111 |
|
112 |
# gr.HTML("""<br/>""")
|
113 |
# gr.HTML("""<h4 style="color:navy;">Reference</h4>""")
|
|
|
107 |
# gr.HTML("""<h4 style="color:navy;">2. Then, click "Infer" button to predict object instances. It will take about 15-20 seconds (on cpu)</h4>""")
|
108 |
|
109 |
send_btn = gr.Button("Submit")
|
110 |
+
send_btn.click(fn=inference, inputs=[[input_url],[input_image]], outputs=[output_image])
|
111 |
|
112 |
# gr.HTML("""<br/>""")
|
113 |
# gr.HTML("""<h4 style="color:navy;">Reference</h4>""")
|