jozee commited on
Commit
362b379
·
verified ·
1 Parent(s): deeec20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from transformers import SamModel, SamProcessor
5
  import numpy as np
6
  import matplotlib
7
  matplotlib.use("Agg")
 
8
  import matplotlib.pyplot as plt
9
 
10
  #Load the SAM model and processor
 
5
  import numpy as np
6
  import matplotlib
7
  matplotlib.use("Agg")
8
+ print("Matplotlib version:", matplotlib.__version__)
9
  import matplotlib.pyplot as plt
10
 
11
  #Load the SAM model and processor