csuhan commited on
Commit
cc09dc6
·
1 Parent(s): 1f7ca06

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ def gradio_worker(
247
  with gr.Row():
248
  submit_button = gr.Button("Submit", variant="primary")
249
  undo_button = gr.Button("Undo")
250
- clear_button = gr.ClearButton([chatbot, msg, img_path, audio_path, video_path, modality])
251
  with gr.Row():
252
  max_gen_len = gr.Slider(
253
  minimum=1, maximum=args.model_max_seq_len // 2,
 
247
  with gr.Row():
248
  submit_button = gr.Button("Submit", variant="primary")
249
  undo_button = gr.Button("Undo")
250
+ clear_button = gr.ClearButton([chatbot, msg, img_path, audio_path, video_path])
251
  with gr.Row():
252
  max_gen_len = gr.Slider(
253
  minimum=1, maximum=args.model_max_seq_len // 2,