linhcuem commited on
Commit
4ba8d1f
·
1 Parent(s): a584e8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Tất cả tại anh Đạt",
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 = "Tất cả do anh Đạt"
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,