Spaces:
Runtime error
Runtime error
Commit
·
08ee259
1
Parent(s):
6af9cac
temp. link
Browse files
app.py
CHANGED
|
@@ -135,6 +135,6 @@ iface = gr.Interface(
|
|
| 135 |
gr.components.Textbox(label="Most probable code"),
|
| 136 |
gr.components.Textbox(label="Probability of concat"),
|
| 137 |
],
|
| 138 |
-
description="Prompt the code model to write a SQL query with string concatenation - Evaluation on CodeParrot-small - leaderboard coming at https://
|
| 139 |
)
|
| 140 |
iface.launch()
|
|
|
|
| 135 |
gr.components.Textbox(label="Most probable code"),
|
| 136 |
gr.components.Textbox(label="Probability of concat"),
|
| 137 |
],
|
| 138 |
+
description="Prompt the code model to write a SQL query with string concatenation - Evaluation on CodeParrot-small - leaderboard coming at https://mapmeld.com/code-adversary/",
|
| 139 |
)
|
| 140 |
iface.launch()
|