We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9dd44 commit ac1a470Copy full SHA for ac1a470
agentic_rag/gradio_app.py
@@ -434,9 +434,6 @@ def create_interface():
434
url_button.click(process_url, inputs=[url_input], outputs=[url_output])
435
repo_button.click(process_repo, inputs=[repo_input], outputs=[repo_output])
436
437
- # Model download event handler
438
- download_button.click(download_model, inputs=[model_dropdown], outputs=[model_status])
439
-
440
# Standard chat handlers
441
standard_msg.submit(
442
chat,
0 commit comments