sdp092004 commited on
Commit
858006e
·
verified ·
1 Parent(s): 6abfd72

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
3
  import torch
4
 
5
 
6
- title = "????AI ChatBot"
7
  description = "A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)"
8
- examples = [["How are you?"]]
9
 
10
 
11
  tokenizer = AutoTokenizer.from_pretrained("microsoft/DialoGPT-large")
 
3
  import torch
4
 
5
 
6
+ title = "????My_chatty"
7
  description = "A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)"
8
+ examples = [["How are you buddy?"]]
9
 
10
 
11
  tokenizer = AutoTokenizer.from_pretrained("microsoft/DialoGPT-large")