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

Update app.py

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