wissemkarous commited on
Commit
a0dde26
1 Parent(s): 6b33fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from tensorflow.keras.utils import custom_object_scope
4
  from tensorflow.keras.layers import LSTM
5
  import gradio as gr
6
  import pandas as pd
7
-
8
  # Initialize LSTM layer correctly without time_major
9
  lstm_layer = LSTM(64, return_sequences=True)
10
 
 
4
  from tensorflow.keras.layers import LSTM
5
  import gradio as gr
6
  import pandas as pd
7
+ import numpy as np
8
  # Initialize LSTM layer correctly without time_major
9
  lstm_layer = LSTM(64, return_sequences=True)
10