sayedM commited on
Commit
431e695
·
1 Parent(s): bf7469c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks() as demo:
111
  # Define the event listener that connects the input and output components and triggers the function
112
  button.click(fn=get_results, inputs=[image_input, conf_slider,IOU_Slider], outputs=output, api_name="yolov8_inference")
113
 
114
- gr.Examples(inputs=inputs, outputs=outputs)
115
  # Add the description below the layout
116
  gr.Markdown(description_html)
117
  # Launch the app
 
111
  # Define the event listener that connects the input and output components and triggers the function
112
  button.click(fn=get_results, inputs=[image_input, conf_slider,IOU_Slider], outputs=output, api_name="yolov8_inference")
113
 
114
+ gr.Examples(inputs=examples, outputs=outputs)
115
  # Add the description below the layout
116
  gr.Markdown(description_html)
117
  # Launch the app