Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Ahsen Khaliq
commited on
Commit
•
33aefc9
1
Parent(s):
b7aa35d
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def inference(file1,file2):
|
|
51 |
'tentative_color': None,
|
52 |
'feature_color': (0.2, 0.5, 1), 'vertical': False}, ax=ax)
|
53 |
plt.axis('off')
|
54 |
-
fig.savefig('example.jpg',dpi=
|
55 |
return 'example.jpg'
|
56 |
|
57 |
|
|
|
51 |
'tentative_color': None,
|
52 |
'feature_color': (0.2, 0.5, 1), 'vertical': False}, ax=ax)
|
53 |
plt.axis('off')
|
54 |
+
fig.savefig('example.jpg',dpi=110,bbox_inches='tight')
|
55 |
return 'example.jpg'
|
56 |
|
57 |
|