Spaces:
Runtime error
Runtime error
Commit
·
ffc8331
1
Parent(s):
ba1e977
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import requests
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
#loading the model
|
5 |
model1=load_model('model.h5')
|
|
|
1 |
import requests
|
2 |
import gradio as gr
|
3 |
+
from keras.models import load_model
|
4 |
|
5 |
#loading the model
|
6 |
model1=load_model('model.h5')
|