jaydenccc commited on
Commit
25116be
·
1 Parent(s): 56defef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,9 +37,9 @@ if __name__ == "__main__":
37
  gr.Interface(
38
  make_inference,
39
  [
40
- gr.inputs.Textbox(lines=2, 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()
 
37
  gr.Interface(
38
  make_inference,
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()