Beasto commited on
Commit
03d1009
·
verified ·
1 Parent(s): 5bc4fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 atreamlit as st
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