RivianG commited on
Commit
8d9605d
1 Parent(s): 831ee21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ import cv2
6
  import numpy as np
7
  import tensorflow.compat.v1 as tf
8
  import os
 
 
9
 
10
  model = torch.hub.load('/home/ai/Downloads/yolov5', 'custom', path='/home/ai/Desktop/Icevision/yoloocr_best.engine', source='local')
11
  model.cuda()
 
6
  import numpy as np
7
  import tensorflow.compat.v1 as tf
8
  import os
9
+ import streamlit as st
10
+
11
 
12
  model = torch.hub.load('/home/ai/Downloads/yolov5', 'custom', path='/home/ai/Desktop/Icevision/yoloocr_best.engine', source='local')
13
  model.cuda()