emilios commited on
Commit
b8e825d
1 Parent(s): 597c751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio
2
  import cv2
 
 
3
 
4
 
5
  def inference(img):
 
1
  import gradio
2
  import cv2
3
+ import numpy as np
4
+
5
 
6
 
7
  def inference(img):