Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ title = "Tất cả do anh Đạt"
|
|
97 |
interface_image = gr.Interface(
|
98 |
fn=yolov8_img_inference,
|
99 |
inputs=inputs_image,
|
100 |
-
outputs=[
|
101 |
title=title,
|
102 |
examples=image_path,
|
103 |
cache_examples=True,
|
|
|
97 |
interface_image = gr.Interface(
|
98 |
fn=yolov8_img_inference,
|
99 |
inputs=inputs_image,
|
100 |
+
outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
|
101 |
title=title,
|
102 |
examples=image_path,
|
103 |
cache_examples=True,
|