Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ inputs_image = [
|
|
144 |
title = "Tất cả do anh Đạt"
|
145 |
|
146 |
interface_image = gr.Interface(
|
147 |
-
fn=
|
148 |
inputs=inputs_image,
|
149 |
outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
|
150 |
title=title,
|
|
|
144 |
title = "Tất cả do anh Đạt"
|
145 |
|
146 |
interface_image = gr.Interface(
|
147 |
+
fn=yolov8_img_inference,
|
148 |
inputs=inputs_image,
|
149 |
outputs=[gr.Image(type="pil"),gr.Textbox(show_label=False)],
|
150 |
title=title,
|