Spaces:
Runtime error
Runtime error
Commit
·
aa19a55
1
Parent(s):
7f0a243
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 = True
|
| 41 |
sam_enable = True
|
| 42 |
inpainting_enable = True
|
| 43 |
ram_enable = True
|