Danil commited on
Commit
8fa3c01
·
1 Parent(s): e4681ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,5 +42,5 @@ iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slide
42
  gr.inputs.Textbox(type='str',
43
  label="input prompt"),
44
  gr.inputs.Textbox(type='str',
45
- label="Tokens that indicate the end of the generation Use ";" for more than one").split(";")],"text", title = title, description = description )
46
  iface.launch(debug=True)
 
42
  gr.inputs.Textbox(type='str',
43
  label="input prompt"),
44
  gr.inputs.Textbox(type='str',
45
+ label='Tokens that indicate the end of the generation Use ";" for more than one').split(";")],"text", title = title, description = description )
46
  iface.launch(debug=True)