Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from PIL import Image,ImageDraw,ImageFont
|
| 2 |
import numpy as np
|
| 3 |
from ultralytics import YOLO
|
| 4 |
-
import
|
| 5 |
|
| 6 |
model = YOLO('NarutoHandSignDetector.pt')
|
| 7 |
font_size = 40
|
|
|
|
| 1 |
from PIL import Image,ImageDraw,ImageFont
|
| 2 |
import numpy as np
|
| 3 |
from ultralytics import YOLO
|
| 4 |
+
import streamlit as st
|
| 5 |
|
| 6 |
model = YOLO('NarutoHandSignDetector.pt')
|
| 7 |
font_size = 40
|