Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|