Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,8 @@ from transformers import GPT2Tokenizer
|
|
61 |
from google.colab import files # for uploading files
|
62 |
from termcolor import colored # for colored text output
|
63 |
|
64 |
-
|
65 |
-
|
66 |
|
67 |
os.chdir("segment-anything-2")
|
68 |
|
|
|
61 |
from google.colab import files # for uploading files
|
62 |
from termcolor import colored # for colored text output
|
63 |
|
64 |
+
#%matplotlib inline
|
65 |
+
#%config InlineBackend.figure_format='retina'
|
66 |
|
67 |
os.chdir("segment-anything-2")
|
68 |
|