Tonic commited on
Commit
ebe3c16
1 Parent(s): e71614a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ Join us: TeamTonic is always making cool demos! Join our active builder's comm
10
  """
11
 
12
 
13
- =model = load_model()
14
  processor = load_processor()
15
 
16
  def process_image(img):
 
10
  """
11
 
12
 
13
+ model = load_model()
14
  processor = load_processor()
15
 
16
  def process_image(img):