jameslahm commited on
Commit
780389c
1 Parent(s): 8b686cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,8 +1,8 @@
 
1
  import gradio as gr
2
  import cv2
3
  import tempfile
4
  from ultralytics import YOLOv10
5
- import spaces
6
 
7
  @spaces.GPU
8
  def yolov10_inference(image, video, model_id, image_size, conf_threshold):
 
1
+ import spaces
2
  import gradio as gr
3
  import cv2
4
  import tempfile
5
  from ultralytics import YOLOv10
 
6
 
7
  @spaces.GPU
8
  def yolov10_inference(image, video, model_id, image_size, conf_threshold):