Modified description
Browse files
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"]
|