import gradio as gr with gr.Blocks() as demo: gr.Markdown( """ # XVCLM Code Explanation Chatbot [GitHub](https://github.com/binarybardakshat) | [LinkedIn](https://www.linkedin.com/in/binarybardakshat) | [Medium](https://medium.com/@binarybardakshat) """ ) gr.load("models/Binarybardakshat/XVCLM-MIN-DECT").launch()