Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
|
|
3 |
import plotly.express as px
|
4 |
import shutil
|
5 |
import os
|
|
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
from importlib import import_module
|
8 |
|
|
|
3 |
import plotly.express as px
|
4 |
import shutil
|
5 |
import os
|
6 |
+
import torch
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
from importlib import import_module
|
9 |
|