Update app.py
Browse files
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")
|