asalhi85 commited on
Commit
123897f
·
1 Parent(s): 4efca65

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=infer, inputs=[[input_url],[input_image]], outputs=[output_image])
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>""")