Spaces:
Runtime error
Runtime error
Danil
commited on
Commit
•
1fcfd36
1
Parent(s):
86bb3dc
Update app.py
Browse files
app.py
CHANGED
@@ -54,5 +54,6 @@ iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slide
|
|
54 |
gr.inputs.Textbox(type='str',
|
55 |
label="input prompt"),
|
56 |
gr.inputs.Textbox(type='str',
|
57 |
-
label="list of tokens, when to finish generating"
|
|
|
58 |
iface.launch(debug=True)
|
|
|
54 |
gr.inputs.Textbox(type='str',
|
55 |
label="input prompt"),
|
56 |
gr.inputs.Textbox(type='str',
|
57 |
+
label="list of tokens, when to finish generating",
|
58 |
+
placeholder='["<code>", "import"]')],"text", title = title, description = description )
|
59 |
iface.launch(debug=True)
|