ldkong commited on
Commit
6524c35
·
1 Parent(s): d5e488b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ def MyPlot(frame_id, src_orig, tar_orig, src_recon, tar_recon, src_Zt, tar_Zt, s
257
  axs[1, 3].imshow(src_Zf_tar_Zt)
258
  axs[1, 3].axis('off')
259
 
260
- plt.subplots_adjust(hspace=0.0, wspace=0.0)
261
 
262
  save_name = 'MyPlot_{}.png'.format(frame_id)
263
 
 
257
  axs[1, 3].imshow(src_Zf_tar_Zt)
258
  axs[1, 3].axis('off')
259
 
260
+ plt.subplots_adjust(hspace=0.01, wspace=0.0)
261
 
262
  save_name = 'MyPlot_{}.png'.format(frame_id)
263