befozg commited on
Commit
3139aef
1 Parent(s): 416769d

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
  from test import inference_img
3
  from models import *
4
  import numpy as np
 
5
 
6
  device='cpu'
7
  model = StyleMatte()
 
2
  from test import inference_img
3
  from models import *
4
  import numpy as np
5
+ from PIL import Image
6
 
7
  device='cpu'
8
  model = StyleMatte()