Spaces:
Running
on
T4
Running
on
T4
yizhangliu
commited on
Commit
•
7f0a243
1
Parent(s):
153c62d
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ import cv2
|
|
37 |
import numpy as np
|
38 |
import matplotlib.pyplot as plt
|
39 |
|
40 |
-
groundingdino_enable =
|
41 |
sam_enable = True
|
42 |
inpainting_enable = True
|
43 |
ram_enable = True
|
|
|
37 |
import numpy as np
|
38 |
import matplotlib.pyplot as plt
|
39 |
|
40 |
+
groundingdino_enable = False
|
41 |
sam_enable = True
|
42 |
inpainting_enable = True
|
43 |
ram_enable = True
|