Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ interface = gr.Interface(
|
|
| 44 |
label="Random seed to use for the generation"
|
| 45 |
)
|
| 46 |
],
|
| 47 |
-
outputs=gr.Textbox(label="Predicted code", lines=10)
|
| 48 |
examples=example,
|
| 49 |
layout="horizontal",
|
| 50 |
theme="peach",
|
|
|
|
| 44 |
label="Random seed to use for the generation"
|
| 45 |
)
|
| 46 |
],
|
| 47 |
+
outputs=gr.Textbox(label="Predicted code", lines=10),
|
| 48 |
examples=example,
|
| 49 |
layout="horizontal",
|
| 50 |
theme="peach",
|