mrrahul011
commited on
Commit
•
cf001b5
1
Parent(s):
ebc49f6
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def generate_output(length):
|
|
44 |
|
45 |
# instance gradio applications
|
46 |
title = "Shakespeare Text Generation"
|
47 |
-
description = "Model that generates text in the style of
|
48 |
|
49 |
demo = gr.Interface(
|
50 |
fn = generate_output,
|
|
|
44 |
|
45 |
# instance gradio applications
|
46 |
title = "Shakespeare Text Generation"
|
47 |
+
description = "Model that generates text in the style of William Shakespeare."
|
48 |
|
49 |
demo = gr.Interface(
|
50 |
fn = generate_output,
|