Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
•
77de6b0
1
Parent(s):
412c05a
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ inpainting_enable = True
|
|
43 |
ram_enable = True
|
44 |
lama_cleaner_enable = True
|
45 |
|
46 |
-
kosmos_enable =
|
47 |
|
48 |
if os.environ.get('IS_MY_DEBUG') is not None:
|
49 |
sam_enable = False
|
|
|
43 |
ram_enable = True
|
44 |
lama_cleaner_enable = True
|
45 |
|
46 |
+
kosmos_enable = False
|
47 |
|
48 |
if os.environ.get('IS_MY_DEBUG') is not None:
|
49 |
sam_enable = False
|