Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,9 @@ import numpy as np
|
|
3 |
import matplotlib.pyplot as plt
|
4 |
from matplotlib.offsetbox import OffsetImage, AnnotationBbox
|
5 |
import tensorflow
|
6 |
-
import warnings
|
7 |
from tensorflow.python.framework.ops import disable_eager_execution
|
8 |
import pandas as pd
|
9 |
|
10 |
-
warnings.filterwarnings('ignore')
|
11 |
disable_eager_execution()
|
12 |
|
13 |
load_data = np.load('data/train_test_split_data.npz') # Data saved by the VAE
|
|
|
3 |
import matplotlib.pyplot as plt
|
4 |
from matplotlib.offsetbox import OffsetImage, AnnotationBbox
|
5 |
import tensorflow
|
|
|
6 |
from tensorflow.python.framework.ops import disable_eager_execution
|
7 |
import pandas as pd
|
8 |
|
|
|
9 |
disable_eager_execution()
|
10 |
|
11 |
load_data = np.load('data/train_test_split_data.npz') # Data saved by the VAE
|