Update main.py
Browse files
main.py
CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
|
|
3 |
import torch
|
4 |
|
5 |
|
6 |
-
title = "????
|
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")
|