Spaces:
Runtime error
Runtime error
Danil
commited on
Commit
·
bb00968
1
Parent(s):
6ebca7b
Fix
Browse files
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"
|
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)
|