С Чичерин commited on
Commit
3c9f42d
1 Parent(s): 8ddd609

model added

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from test import inference_img
 
3
 
4
  device='cuda'
5
  model = MaskForm()
 
1
  import gradio as gr
2
  from test import inference_img
3
+ from models import *
4
 
5
  device='cuda'
6
  model = MaskForm()