Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
·
17d857d
1
Parent(s):
e2df6f1
Update app.py
Browse files
app.py
CHANGED
@@ -4,14 +4,9 @@ import numpy as np
|
|
4 |
import pandas as pd
|
5 |
import matplotlib.pyplot as plt
|
6 |
import re
|
|
|
7 |
# tensorflow imports:
|
8 |
import tensorflow as tf
|
9 |
-
from tensorflow import keras
|
10 |
-
from tensorflow.keras import losses
|
11 |
-
from tensorflow.keras import layers
|
12 |
-
from tensorflow.keras.layers.experimental import preprocessing
|
13 |
-
from tensorflow.keras.optimizers import RMSprop
|
14 |
-
|
15 |
import pickle
|
16 |
import gradio as gr
|
17 |
import yake
|
|
|
4 |
import pandas as pd
|
5 |
import matplotlib.pyplot as plt
|
6 |
import re
|
7 |
+
|
8 |
# tensorflow imports:
|
9 |
import tensorflow as tf
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
import pickle
|
11 |
import gradio as gr
|
12 |
import yake
|