Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,6 @@ from contextlib import contextmanager
|
|
| 14 |
from gradio.helpers import create_examples
|
| 15 |
import subprocess
|
| 16 |
|
| 17 |
-
import torch; print(torch.cuda.device_count())
|
| 18 |
|
| 19 |
from pathlib import Path
|
| 20 |
import os
|
|
@@ -199,6 +198,8 @@ from typing import Optional
|
|
| 199 |
from pathlib import Path
|
| 200 |
import torchaudio
|
| 201 |
|
|
|
|
|
|
|
| 202 |
from huggingface_hub import hf_hub_download, snapshot_download
|
| 203 |
from ltx_pipelines.distilled import DistilledPipeline
|
| 204 |
from ltx_core.model.video_vae import TilingConfig
|
|
|
|
| 14 |
from gradio.helpers import create_examples
|
| 15 |
import subprocess
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |
from pathlib import Path
|
| 19 |
import os
|
|
|
|
| 198 |
from pathlib import Path
|
| 199 |
import torchaudio
|
| 200 |
|
| 201 |
+
import torch; print(torch.cuda.device_count())
|
| 202 |
+
|
| 203 |
from huggingface_hub import hf_hub_download, snapshot_download
|
| 204 |
from ltx_pipelines.distilled import DistilledPipeline
|
| 205 |
from ltx_core.model.video_vae import TilingConfig
|