Xhaheen commited on
Commit
c67ff96
1 Parent(s): 6a2f664

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,6 +29,5 @@ description = "Gradio Demo for GPT-J 6B, a transformer model trained using Ben W
29
 
30
  iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slider(1, 4000, step=1),
31
  gr.inputs.Textbox(type='str',
32
- label="input prompt")], title = title, description = description,
33
- "text")
34
  iface.launch(debug=True)
 
29
 
30
  iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slider(1, 4000, step=1),
31
  gr.inputs.Textbox(type='str',
32
+ label="input prompt")],"text", title = title, description = description )
 
33
  iface.launch(debug=True)