Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,10 +26,10 @@ def get_out(sent):
|
|
26 |
|
27 |
fig = plt.figure()
|
28 |
plt.plot(output)
|
29 |
-
plt.xticks(fontsize=
|
30 |
-
plt.yticks(fontsize=
|
31 |
-
plt.xlabel('Sequence position', fontsize=
|
32 |
-
plt.ylabel('DR-BERT score', fontsize=
|
33 |
|
34 |
output = ','.join(str(x) for x in output)
|
35 |
return (prefix+output,fig)
|
|
|
26 |
|
27 |
fig = plt.figure()
|
28 |
plt.plot(output)
|
29 |
+
plt.xticks(fontsize=15)
|
30 |
+
plt.yticks(fontsize=15)
|
31 |
+
plt.xlabel('Sequence position', fontsize=15)
|
32 |
+
plt.ylabel('DR-BERT score', fontsize=15)
|
33 |
|
34 |
output = ','.join(str(x) for x in output)
|
35 |
return (prefix+output,fig)
|