Danil commited on
Commit
1fcfd36
1 Parent(s): 86bb3dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,5 +54,6 @@ iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slide
54
  gr.inputs.Textbox(type='str',
55
  label="input prompt"),
56
  gr.inputs.Textbox(type='str',
57
- label="list of tokens, when to finish generating")],"text", title = title, description = description )
 
58
  iface.launch(debug=True)
 
54
  gr.inputs.Textbox(type='str',
55
  label="input prompt"),
56
  gr.inputs.Textbox(type='str',
57
+ label="list of tokens, when to finish generating",
58
+ placeholder='["<code>", "import"]')],"text", title = title, description = description )
59
  iface.launch(debug=True)