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

Update app.py

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