Commit
·
006bbbb
1
Parent(s):
59b8f8d
Update the model codes, including the previous inconsistencies.
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from gradio_imageslider import ImageSlider
|
|
| 11 |
|
| 12 |
torch.jit.script = lambda f: f
|
| 13 |
|
| 14 |
-
from models.
|
| 15 |
from config import Config
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
torch.jit.script = lambda f: f
|
| 13 |
|
| 14 |
+
from models.birefnet import BiRefNet
|
| 15 |
from config import Config
|
| 16 |
|
| 17 |
|