Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,10 +25,14 @@ from tqdm.notebook import tqdm
|
|
| 25 |
# Other Generic Libraries
|
| 26 |
import torch
|
| 27 |
import PIL
|
|
|
|
| 28 |
import streamlit as st
|
| 29 |
import gc
|
| 30 |
from glob import glob
|
| 31 |
import shutil
|
|
|
|
|
|
|
|
|
|
| 32 |
import torch.nn.functional as F
|
| 33 |
|
| 34 |
# Set the device (GPU or CPU)
|
|
|
|
| 25 |
# Other Generic Libraries
|
| 26 |
import torch
|
| 27 |
import PIL
|
| 28 |
+
import os
|
| 29 |
import streamlit as st
|
| 30 |
import gc
|
| 31 |
from glob import glob
|
| 32 |
import shutil
|
| 33 |
+
import pandas as pd
|
| 34 |
+
import numpy as np
|
| 35 |
+
import matplotlib.pyplot as plt
|
| 36 |
import torch.nn.functional as F
|
| 37 |
|
| 38 |
# Set the device (GPU or CPU)
|