prithivMLmods commited on
Commit
1e1c330
·
verified ·
1 Parent(s): 63e8e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -310,11 +310,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
310
  inputs=[model_choice, video_query, video_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],
311
  outputs=[output, markdown_output]
312
  )
313
- download_btn.click(
314
- fn=save_to_md,
315
- inputs=output,
316
- outputs=None
317
- )
318
 
319
  if __name__ == "__main__":
320
  demo.queue(max_size=30).launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)
 
310
  inputs=[model_choice, video_query, video_upload, max_new_tokens, temperature, top_p, top_k, repetition_penalty],
311
  outputs=[output, markdown_output]
312
  )
313
+ # download_btn.click(
314
+ # fn=save_to_md,
315
+ # inputs=output,
316
+ # outputs=None
317
+ # )
318
 
319
  if __name__ == "__main__":
320
  demo.queue(max_size=30).launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)