shaocong commited on
Commit
f5052b1
·
1 Parent(s): 3c08854

modify choice

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -602,7 +602,8 @@ with gr.Blocks(css=css, title="DKT", head=head_html) as demo:
602
  input_video = gr.Video(label="Input Video", elem_id='video-display-input')
603
 
604
  model_size = gr.Radio(
605
- choices=["1.3B", "14B"],
 
606
  value="1.3B",
607
  label="Model Size"
608
  )
 
602
  input_video = gr.Video(label="Input Video", elem_id='video-display-input')
603
 
604
  model_size = gr.Radio(
605
+ # choices=["1.3B", "14B"],
606
+ choices=["1.3B"],
607
  value="1.3B",
608
  label="Model Size"
609
  )