File size: 389 Bytes
5319b4f
e81f6db
 
 
 
 
 
 
 
 
 
d85aa87
e81f6db
d85aa87
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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()