LPX55 commited on
Commit
01d323a
·
verified ·
1 Parent(s): f5b7c31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ import pandas as pd
8
  import warnings
9
  import math
10
  import numpy as np
11
- import call_inference from utils
12
-
13
 
14
  # Suppress warnings
15
  warnings.filterwarnings("ignore", category=UserWarning, message="Using a slow image processor as `use_fast` is unset")
 
8
  import warnings
9
  import math
10
  import numpy as np
11
+ from utils import call_inference
 
12
 
13
  # Suppress warnings
14
  warnings.filterwarnings("ignore", category=UserWarning, message="Using a slow image processor as `use_fast` is unset")