malihoseini commited on
Commit
c6000df
·
verified ·
1 Parent(s): d0584bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  import numpy as np
3
  import tensorflow as tf
4
  import json
 
5
  from os.path import dirname, realpath, join
6
 
7
  current_dir = dirname(realpath(__file__))
 
2
  import numpy as np
3
  import tensorflow as tf
4
  import json
5
+ import cv2
6
  from os.path import dirname, realpath, join
7
 
8
  current_dir = dirname(realpath(__file__))