Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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
|