Spaces:
Sleeping
Sleeping
Commit
·
6706fde
1
Parent(s):
fd765b6
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ model_2 = load_GlotLID_v2(constants.MODEL_NAME, "model_v2.bin")
|
|
| 126 |
def plot(label, prob):
|
| 127 |
|
| 128 |
ORANGE_COLOR = "#FF8000"
|
| 129 |
-
BLACK_COLOR = "
|
| 130 |
fig, ax = plt.subplots(figsize=(8, 1))
|
| 131 |
fig.patch.set_facecolor("none")
|
| 132 |
ax.set_facecolor("none")
|
|
|
|
| 126 |
def plot(label, prob):
|
| 127 |
|
| 128 |
ORANGE_COLOR = "#FF8000"
|
| 129 |
+
BLACK_COLOR = "#31333F"
|
| 130 |
fig, ax = plt.subplots(figsize=(8, 1))
|
| 131 |
fig.patch.set_facecolor("none")
|
| 132 |
ax.set_facecolor("none")
|