prithivMLmods commited on
Commit
996d469
·
verified ·
1 Parent(s): 48f30ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -372,7 +372,8 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
372
  video_submit.click(
373
  fn=generate_video,
374
  inputs=[model_choice, video_query, video_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],
375
- outputs=[raw_output, formatted_output]
 
376
  )
377
 
378
  if __name__ == "__main__":
 
372
  video_submit.click(
373
  fn=generate_video,
374
  inputs=[model_choice, video_query, video_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],
375
+ outputs=[raw_output,
376
+ formatted_output]
377
  )
378
 
379
  if __name__ == "__main__":