Spaces:
Running
Running
Update app_quant.py
Browse files- app_quant.py +7 -0
app_quant.py
CHANGED
|
@@ -197,6 +197,13 @@ with gr.Blocks(title="NAVA — VEEN + LoRA + SNAC (Optimized)", css=css) as demo
|
|
| 197 |
|
| 198 |
gr.Textbox(label="Example Text", value=example_text, lines=2, interactive=False)
|
| 199 |
gr.Audio(label="Example Audio", value=example_audio_path, type="filepath", interactive=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 200 |
|
| 201 |
with gr.Row():
|
| 202 |
with gr.Column(scale=3):
|
|
|
|
| 197 |
|
| 198 |
gr.Textbox(label="Example Text", value=example_text, lines=2, interactive=False)
|
| 199 |
gr.Audio(label="Example Audio", value=example_audio_path, type="filepath", interactive=False)
|
| 200 |
+
gr.Video(
|
| 201 |
+
label="Example Video",
|
| 202 |
+
value="gen_31ff9f64b1.mp4", # <-- path to .mp4/.webm file
|
| 203 |
+
autoplay=False,
|
| 204 |
+
loop=False,
|
| 205 |
+
interactive=False
|
| 206 |
+
)
|
| 207 |
|
| 208 |
with gr.Row():
|
| 209 |
with gr.Column(scale=3):
|