Update heatmap.py
Browse files- heatmap.py +2 -0
heatmap.py
CHANGED
@@ -5,6 +5,8 @@ import torch
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
import seaborn as sns
|
7 |
import numpy as np
|
|
|
|
|
8 |
|
9 |
|
10 |
logging.getLogger("transformers.modeling_utils").setLevel(logging.ERROR)
|
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
import seaborn as sns
|
7 |
import numpy as np
|
8 |
+
import gradio as gr
|
9 |
+
|
10 |
|
11 |
|
12 |
logging.getLogger("transformers.modeling_utils").setLevel(logging.ERROR)
|