joheras commited on
Commit
c7f71da
1 Parent(s): 182e4b7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def process_image(imgPath):
125
  image = gr.inputs.Image()
126
  label = gr.outputs.Image()
127
 
128
- iface = gr.Interface(classify_image,image,label,
129
  #outputs=[
130
  # gr.outputs.Textbox(label="Engine issue"),
131
  # gr.outputs.Textbox(label="Engine issue score")],
 
125
  image = gr.inputs.Image()
126
  label = gr.outputs.Image()
127
 
128
+ iface = gr.Interface(process_image,image,label,
129
  #outputs=[
130
  # gr.outputs.Textbox(label="Engine issue"),
131
  # gr.outputs.Textbox(label="Engine issue score")],