Spaces:
Runtime error
Runtime error
Commit
·
dc8a986
1
Parent(s):
1ce5e18
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 = True
|
| 47 |
|
| 48 |
if os.environ.get('IS_MY_DEBUG') is not None:
|
| 49 |
sam_enable = False
|