Binarybardakshat commited on
Commit
65c6643
1 Parent(s): d85aa87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -1,14 +1,4 @@
1
  import gradio as gr
2
- with gr.Blocks() as demo:
3
- gr.Markdown(
4
- """
5
- # XVCLM Code Explanation Chatbot
6
-
7
- [GitHub](https://github.com/binarybardakshat) |
8
- [LinkedIn](https://www.linkedin.com/in/binarybardakshat) |
9
- [Medium](https://medium.com/@binarybardakshat)
10
- """
11
- )
12
  gr.load("models/Binarybardakshat/XVCLM-MIN-DECT").launch()
13
 
14
 
 
1
  import gradio as gr
 
 
 
 
 
 
 
 
 
 
2
  gr.load("models/Binarybardakshat/XVCLM-MIN-DECT").launch()
3
 
4