Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ iface = gr.Interface(
|
|
45 |
)
|
46 |
],
|
47 |
outputs=gr.Textbox(label="Predicted code", lines=10),
|
48 |
-
examples=example,
|
49 |
layout="horizontal",
|
50 |
theme="peach",
|
51 |
description=description,
|
|
|
45 |
)
|
46 |
],
|
47 |
outputs=gr.Textbox(label="Predicted code", lines=10),
|
48 |
+
#examples=example,
|
49 |
layout="horizontal",
|
50 |
theme="peach",
|
51 |
description=description,
|