awacke1 commited on
Commit
8e781a8
·
1 Parent(s): 451bbc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -73,6 +73,7 @@ demo = gr.Interface(
73
  "text"
74
  ],
75
  "text",
 
76
  live=True,
77
  )
78
  demo.launch()
 
73
  "text"
74
  ],
75
  "text",
76
+ gr.Textbox(lines=3, default=context, label="Story starter")],
77
  live=True,
78
  )
79
  demo.launch()