farid678 commited on
Commit
1433a54
1 Parent(s): cd6f98a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from tensorflow.keras.models import model_from_json
3
  import numpy as np
4
 
5
 
 
1
  import gradio as gr
2
+ from keras.models import model_from_json
3
  import numpy as np
4
 
5