sayakpaul HF staff commited on
Commit
ea0c442
·
1 Parent(s): 69c6a21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import cv2
4
  import gradio as gr
5
  import numpy as np
6
  import torch
 
7
 
8
  # Constants
9
  low_threshold = 100
 
4
  import gradio as gr
5
  import numpy as np
6
  import torch
7
+ from PIL import Image
8
 
9
  # Constants
10
  low_threshold = 100