mrrahul011 commited on
Commit
cf001b5
1 Parent(s): ebc49f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 the writter William Shakespeare."
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,