HemaAM commited on
Commit
b9454e8
1 Parent(s): c71dae9

Modified description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def inference(InputContext, DesiredCharacterCount):
33
  return out_text
34
 
35
  title = "GPT Application : GPT built from scratch and trained on mini Shakespeare dataset"
36
- description = "A simple Gradio interface that accepts a context and generates Shakespeare data like text "
37
  examples = [["Edward","200"],
38
  ["Buckingham","200"],
39
  ["Margaret", "200"]
 
33
  return out_text
34
 
35
  title = "GPT Application : GPT built from scratch and trained on mini Shakespeare dataset"
36
+ description = "A simple Gradio interface based application that accepts a context, and character count and generates Shakespeare data like text "
37
  examples = [["Edward","200"],
38
  ["Buckingham","200"],
39
  ["Margaret", "200"]