Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ iface = gr.Interface(
|
|
| 30 |
fn=code_generation,
|
| 31 |
inputs=[
|
| 32 |
gr.Textbox(lines=10, label="Input code"),
|
| 33 |
-
gr.Dropdown(choices=["Greedy", "Sample"], value="
|
| 34 |
gr.inputs.Slider(
|
| 35 |
minimum=8,
|
| 36 |
maximum=256,
|
|
|
|
| 30 |
fn=code_generation,
|
| 31 |
inputs=[
|
| 32 |
gr.Textbox(lines=10, label="Input code"),
|
| 33 |
+
gr.Dropdown(choices=["Greedy", "Sample"], value="Sample"),
|
| 34 |
gr.inputs.Slider(
|
| 35 |
minimum=8,
|
| 36 |
maximum=256,
|