Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from tensorflow.keras import layers, callbacks
|
|
16 |
from tensorflow.keras.utils import to_categorical
|
17 |
from keras.models import Sequential
|
18 |
from keras.layers import Dense
|
19 |
-
import
|
20 |
import tensorflow
|
21 |
import matplotlib.pyplot as plt
|
22 |
from sklearn.model_selection import train_test_split, GridSearchCV, cross_val_score, learning_curve
|
|
|
16 |
from tensorflow.keras.utils import to_categorical
|
17 |
from keras.models import Sequential
|
18 |
from keras.layers import Dense
|
19 |
+
import mimetypes
|
20 |
import tensorflow
|
21 |
import matplotlib.pyplot as plt
|
22 |
from sklearn.model_selection import train_test_split, GridSearchCV, cross_val_score, learning_curve
|