Ahsen Khaliq commited on
Commit
6f1aefb
1 Parent(s): 90d89c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ inputs = gr.inputs.Textbox(lines=1, label="Input Text")
37
  outputs = gr.outputs.Textbox(label="DialoGPT")
38
 
39
  title = "DialoGPT"
40
- description = "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. *This is not a Microsoft product and is developed for Gradio*"
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?"],
 
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?"],