Danil commited on
Commit
bb00968
1 Parent(s): 6ebca7b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,5 +47,5 @@ iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slide
47
  gr.inputs.Textbox(type='str',
48
  label="input prompt"),
49
  gr.inputs.Textbox(type='str',
50
- label="list of tokens, when to finish generating",value="[]")],"text", title = title, description = description )
51
  iface.launch(debug=True)
 
47
  gr.inputs.Textbox(type='str',
48
  label="input prompt"),
49
  gr.inputs.Textbox(type='str',
50
+ label="list of tokens, when to finish generating")],"text", title = title, description = description )
51
  iface.launch(debug=True)