John Ho commited on
Commit
1345eda
·
1 Parent(s): abfad05

added missing import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
 
1
  import tempfile
2
- import time
3
 
4
  import cv2
5
  import gradio as gr
 
1
+ import sys
2
  import tempfile
 
3
 
4
  import cv2
5
  import gradio as gr