Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ interface_vid = gr.Interface(
|
|
138 |
fn=yolov8_vid_inference,
|
139 |
inputs = inputs_vid,
|
140 |
outputs = outputs_vid,
|
141 |
-
title = "
|
142 |
cache_examples = False,
|
143 |
|
144 |
)
|
@@ -158,7 +158,7 @@ inputs_image = [
|
|
158 |
# outputs_image =gr.outputs.Image(type="filepath", label="Output Image")
|
159 |
# count_obj = gr.Textbox(show_label=False)
|
160 |
|
161 |
-
title = "
|
162 |
|
163 |
interface_image = gr.Interface(
|
164 |
fn=yolov8_img_inference,
|
|
|
138 |
fn=yolov8_vid_inference,
|
139 |
inputs = inputs_vid,
|
140 |
outputs = outputs_vid,
|
141 |
+
title = "Detect Thiên Việt productions",
|
142 |
cache_examples = False,
|
143 |
|
144 |
)
|
|
|
158 |
# outputs_image =gr.outputs.Image(type="filepath", label="Output Image")
|
159 |
# count_obj = gr.Textbox(show_label=False)
|
160 |
|
161 |
+
title = "Detect Thiên Việt productions"
|
162 |
|
163 |
interface_image = gr.Interface(
|
164 |
fn=yolov8_img_inference,
|