ju0im6bt6 commited on
Commit
8fe427f
·
verified ·
1 Parent(s): 31bf1c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  from huggingface_hub import hf_hub_download
2
- from ultralytics import YOLOv10
3
  import gradio as gr
4
  from gradio_webrtc import WebRTC
5
 
 
1
  from huggingface_hub import hf_hub_download
2
+ from inference import YOLOv10
3
  import gradio as gr
4
  from gradio_webrtc import WebRTC
5