MJ commited on
Commit
1570cee
·
1 Parent(s): 7e39d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,12 +1,12 @@
1
  import os
2
  import gradio as gr
3
 
4
- title = "Have Fun With ChubbyBot"
5
  description = """
6
  <p>
7
  <center>
8
- The bot is trained on blended_skill_talk dataset using facebook/blenderbot-400M-distill.
9
- <img src="https://huggingface.co/spaces/MJ/AI-ChatBot/blob/main/imgs/mjcb.jpeg" alt="rick" width="250"/>
10
  </center>
11
  </p>
12
  """
 
1
  import os
2
  import gradio as gr
3
 
4
+ title = "Have Fun With MJ_Bot"
5
  description = """
6
  <p>
7
  <center>
8
+ The bot is for TBD.
9
+ <img src="https://huggingface.co/spaces/MJ/AI-ChatBot/resolve/main/imgs/ideogram%20(20).jpeg" alt="rick" width="250"/>
10
  </center>
11
  </p>
12
  """