rahul7star commited on
Commit
b189838
·
verified ·
1 Parent(s): 5a9dfec

Update app_quant.py

Browse files
Files changed (1) hide show
  1. app_quant.py +2 -2
app_quant.py CHANGED
@@ -215,14 +215,14 @@ with gr.Blocks(title="NAVA — VEEN + LoRA + SNAC (Optimized)", css=css) as demo
215
  gr.Textbox(label="Example Text", value=example_text, lines=2, interactive=False)
216
  gr.Audio(label="Example Audio", value=example_audio_path, type="filepath", interactive=False)
217
  with gr.Blocks(css=".video_box {width: 600px; height: 350px;}") as demo:
218
- gr.Video(
219
  label="Example Video",
220
  value="gen_31ff9f64b1.mp4",
221
  autoplay=False,
222
  loop=False,
223
  interactive=False,
224
  elem_classes=["video_box"]
225
- )
226
 
227
 
228
 
 
215
  gr.Textbox(label="Example Text", value=example_text, lines=2, interactive=False)
216
  gr.Audio(label="Example Audio", value=example_audio_path, type="filepath", interactive=False)
217
  with gr.Blocks(css=".video_box {width: 600px; height: 350px;}") as demo:
218
+ gr.Video(
219
  label="Example Video",
220
  value="gen_31ff9f64b1.mp4",
221
  autoplay=False,
222
  loop=False,
223
  interactive=False,
224
  elem_classes=["video_box"]
225
+ )
226
 
227
 
228