Spaces:
Build error
Build error
Update pipe/lvm_inpaint.py
Browse files- pipe/lvm_inpaint.py +1 -4
pipe/lvm_inpaint.py
CHANGED
@@ -6,10 +6,7 @@ import torch
|
|
6 |
import numpy as np
|
7 |
from ops.llava import Llava
|
8 |
from ops.gs.basic import Frame
|
9 |
-
|
10 |
-
|
11 |
-
class Fooocus():
|
12 |
-
def __init__(self):pass
|
13 |
|
14 |
class Inpaint_Tool():
|
15 |
def __init__(self,cfg) -> None:
|
|
|
6 |
import numpy as np
|
7 |
from ops.llava import Llava
|
8 |
from ops.gs.basic import Frame
|
9 |
+
from ops.fooocus import Fooocus
|
|
|
|
|
|
|
10 |
|
11 |
class Inpaint_Tool():
|
12 |
def __init__(self,cfg) -> None:
|