awacke1 commited on
Commit
6c8bbe4
·
1 Parent(s): 8e781a8

Update app.py

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