Update app.py
Browse files
app.py
CHANGED
|
@@ -257,7 +257,7 @@ class LTX23DistilledA2VPipeline(DistilledPipeline):
|
|
| 257 |
|
| 258 |
# Model repos
|
| 259 |
LTX_MODEL_REPO = "Lightricks/LTX-2.3"
|
| 260 |
-
GEMMA_REPO ="
|
| 261 |
|
| 262 |
|
| 263 |
# Download model checkpoints
|
|
|
|
| 257 |
|
| 258 |
# Model repos
|
| 259 |
LTX_MODEL_REPO = "Lightricks/LTX-2.3"
|
| 260 |
+
GEMMA_REPO ="google/gemma-3-12b-it-qat-q4_0-unquantized"
|
| 261 |
|
| 262 |
|
| 263 |
# Download model checkpoints
|