Spaces:
Runtime error
Runtime error
add default values to examples
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ _A model is given the task to generate natural language comments for a programmi
|
|
213 |
For further details, see the [CodeXGLUE](https://github.com/microsoft/CodeXGLUE) benchmark dataset and open challenge for code intelligence.
|
214 |
""",
|
215 |
theme='grass',
|
216 |
-
examples=[[tree_code],[insert_code],[display_code]],
|
217 |
verbose=True,
|
218 |
# show_tips=True
|
219 |
)
|
|
|
213 |
For further details, see the [CodeXGLUE](https://github.com/microsoft/CodeXGLUE) benchmark dataset and open challenge for code intelligence.
|
214 |
""",
|
215 |
theme='grass',
|
216 |
+
examples=[[tree_code,100,350,3,80,1,70],[insert_code,100,350,3,80,1,70],[display_code,100,350,3,80,1,70]],
|
217 |
verbose=True,
|
218 |
# show_tips=True
|
219 |
)
|