Jojohickman21 commited on
Commit
22db2ef
·
verified ·
1 Parent(s): b38951c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -42,17 +42,11 @@ with gr.Blocks(css=css) as demo:
42
  gr.HTML(
43
  """
44
  <h1 style='text-align: center'>
45
- YOLOv10 Webcam Stream (Powered by WebRTC ⚡️)
46
  </h1>
47
  """
48
  )
49
- gr.HTML(
50
- """
51
- <h3 style='text-align: center'>
52
- <a href='https://arxiv.org/abs/2405.14458' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yolov10' target='_blank'>github</a>
53
- </h3>
54
- """
55
- )
56
  with gr.Column(elem_classes=["my-column"]):
57
  with gr.Group(elem_classes=["my-group"]):
58
  image = WebRTC(label="Stream", rtc_configuration=rtc_configuration)
 
42
  gr.HTML(
43
  """
44
  <h1 style='text-align: center'>
45
+ MyStuff Object Detection POC
46
  </h1>
47
  """
48
  )
49
+
 
 
 
 
 
 
50
  with gr.Column(elem_classes=["my-column"]):
51
  with gr.Group(elem_classes=["my-group"]):
52
  image = WebRTC(label="Stream", rtc_configuration=rtc_configuration)