Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,6 @@ from matplotlib import gridspec
|
|
| 8 |
import matplotlib.pyplot as plt
|
| 9 |
import onnxruntime as ort
|
| 10 |
|
| 11 |
-
import wget
|
| 12 |
-
|
| 13 |
def ade_palette():
|
| 14 |
"""ADE20K palette that maps each class to RGB values."""
|
| 15 |
return [
|
|
|
|
| 8 |
import matplotlib.pyplot as plt
|
| 9 |
import onnxruntime as ort
|
| 10 |
|
|
|
|
|
|
|
| 11 |
def ade_palette():
|
| 12 |
"""ADE20K palette that maps each class to RGB values."""
|
| 13 |
return [
|