Spaces:
Build error
Build error
Update Markdown
Browse files
app.py
CHANGED
|
@@ -221,7 +221,7 @@ def ui(**kwargs):
|
|
| 221 |
|
| 222 |
Disclaimer: This won't run on CPU only. Clone this App and run on GPU instance!
|
| 223 |
|
| 224 |
-
Todo: Working on improved
|
| 225 |
"""
|
| 226 |
)
|
| 227 |
if IS_SHARED_SPACE and not torch.cuda.is_available():
|
|
|
|
| 221 |
|
| 222 |
Disclaimer: This won't run on CPU only. Clone this App and run on GPU instance!
|
| 223 |
|
| 224 |
+
Todo: Working on improved transitions between 30 second segments, improve Interrupt.
|
| 225 |
"""
|
| 226 |
)
|
| 227 |
if IS_SHARED_SPACE and not torch.cuda.is_available():
|