nahidalam commited on
Commit
03e7e0a
·
1 Parent(s): f8c8fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,6 +39,6 @@ def run(image_path):
39
 
40
  predict_and_save(img_array, model)
41
 
42
- iface = gr.Interface(sepia, gr.inputs.Image(shape=(256, 256)), "image")
43
 
44
  iface.launch(share = True)
 
39
 
40
  predict_and_save(img_array, model)
41
 
42
+ iface = gr.Interface(run, gr.inputs.Image(shape=(256, 256)), "image")
43
 
44
  iface.launch(share = True)