lalalalalalalalalala commited on
Commit
9e8d03d
β€’
1 Parent(s): b5931a0

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as Core:
79
  max_tokens = gr.Slider(512, 4096, 1024, step=1, label="Max Tokens")
80
  with gr.Row():
81
  frame_format = gr.Dropdown(label="Frame Format", value="JPEG", choices=["JPEG", "PNG"], interactive=False)
82
- frame_limit = gr.Slider(1, 100, 10, step=1, label="Frame Limits")
83
  with gr.Tabs():
84
  with gr.Tab("User"):
85
  usr_prompt = gr.Textbox(USER_PROMPT, label="User Prompt", lines=10, max_lines=100, show_copy_button=True)
 
79
  max_tokens = gr.Slider(512, 4096, 1024, step=1, label="Max Tokens")
80
  with gr.Row():
81
  frame_format = gr.Dropdown(label="Frame Format", value="JPEG", choices=["JPEG", "PNG"], interactive=False)
82
+ frame_limit = gr.Slider(1, 100, 1, step=1, label="Frame Limits")
83
  with gr.Tabs():
84
  with gr.Tab("User"):
85
  usr_prompt = gr.Textbox(USER_PROMPT, label="User Prompt", lines=10, max_lines=100, show_copy_button=True)