XVCLM-MIN / app.py
Binarybardakshat's picture
Update app.py
d85aa87 verified
raw
history blame
389 Bytes
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()