Ahsen Khaliq commited on
Commit
72eff19
1 Parent(s): 21a86d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ inputs = gr.inputs.Textbox(lines=1, label="Input Text")
37
  outputs = gr.outputs.Textbox(label="DialoGPT")
38
 
39
  title = "DialoGPT"
40
- description = "Gradio demo for Microsoft DialoGPT with Hugging Face transformers. To use it, simply input text or click one of the examples text to load them. Read more at the links below."
41
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.00536'>DialoGPT: Large-Scale Generative Pre-training for Conversational Response Generation</a> | <a href='https://github.com/microsoft/DialoGPT'>Github Repo</a> | <a href='https://huggingface.co/microsoft/DialoGPT-large'>Hugging Face DialoGPT-large</a></p>"
42
  examples = [
43
  ["Hi, how are you?"],
44
  ["How far away is the moon?"],
 
37
  outputs = gr.outputs.Textbox(label="DialoGPT")
38
 
39
  title = "DialoGPT"
40
+ description = "Gradio demo for Microsoft DialoGPT: A State-of-the-Art Large-scale Pretrained Response Generation Model. To use it, simply input text or click one of the examples text to load them. Read more at the links below."
41
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.00536'>DialoGPT: Large-Scale Generative Pre-training for Conversational Response Generation</a> | <a href='https://github.com/microsoft/DialoGPT'>Github Repo</a></p>"
42
  examples = [
43
  ["Hi, how are you?"],
44
  ["How far away is the moon?"],