Spaces:
Running
Running
pll update
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ def greet(X, ny):
|
|
| 172 |
# astr+=mock
|
| 173 |
# else:
|
| 174 |
# astr+=mock.capitalize()
|
| 175 |
-
er = er+" (with PLL value of: "+str(val)+")"
|
| 176 |
return er
|
| 177 |
title = "Rename a variable in a Java class"
|
| 178 |
description = """This model is a fine-tuned GraphCodeBERT model fine-tuned to output higher-quality variable names for Java classes. Long classes are handled by the
|
|
|
|
| 172 |
# astr+=mock
|
| 173 |
# else:
|
| 174 |
# astr+=mock.capitalize()
|
| 175 |
+
er = er+" (with PLL value of: "+str(val.item())+")"
|
| 176 |
return er
|
| 177 |
title = "Rename a variable in a Java class"
|
| 178 |
description = """This model is a fine-tuned GraphCodeBERT model fine-tuned to output higher-quality variable names for Java classes. Long classes are handled by the
|