Spaces:
Running
on
Zero
Running
on
Zero
fix a typo
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import sahi.utils
|
| 3 |
-
|
| 4 |
import sahi.predict
|
| 5 |
import sahi.slicing
|
| 6 |
from PIL import Image
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import sahi.utils
|
| 3 |
+
from sahi import AutoDetectionModel
|
| 4 |
import sahi.predict
|
| 5 |
import sahi.slicing
|
| 6 |
from PIL import Image
|