Caroline Mai Chan commited on
Commit
ede6d3b
·
1 Parent(s): 0b818e9

more debugging

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,6 +97,6 @@ def predict(input_img):
97
  return sepia_img
98
 
99
 
100
- iface = gr.Interface(sepia, gr.inputs.Image(type='filepath'), "image")
101
 
102
  iface.launch()
 
97
  return sepia_img
98
 
99
 
100
+ iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image")
101
 
102
  iface.launch()