jaydenccc commited on
Commit
663c84b
·
1 Parent(s): 25116be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ if __name__ == "__main__":
39
  [
40
  gr.inputs.Textbox(lines=1, label="One-Sentence Plot"),
41
  ],
42
- gr.outputs.Textbox(lines=5, label="Short Story"),
43
  title="AI-Storyteller",
44
  description="AI-Storyteller is a bot that writes short stories given a one-sentence synopsis",
45
  ).launch()
 
39
  [
40
  gr.inputs.Textbox(lines=1, label="One-Sentence Plot"),
41
  ],
42
+ gr.outputs.Textbox(label="Short Story"),
43
  title="AI-Storyteller",
44
  description="AI-Storyteller is a bot that writes short stories given a one-sentence synopsis",
45
  ).launch()