Spaces:
Build error
Build error
commit
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
|
|
8 |
|
9 |
from inferer import Inferer
|
10 |
|
11 |
-
pipeline = Inferer("
|
12 |
print(f"GPU on? {'π’' if pipeline.device.type != 'cpu' else 'π΄'}")
|
13 |
|
14 |
def fn_image(image, conf_thres, iou_thres):
|
|
|
8 |
|
9 |
from inferer import Inferer
|
10 |
|
11 |
+
pipeline = Inferer("nateraw/yolov6s", device='cuda')
|
12 |
print(f"GPU on? {'π’' if pipeline.device.type != 'cpu' else 'π΄'}")
|
13 |
|
14 |
def fn_image(image, conf_thres, iou_thres):
|