Spaces:
Runtime error
Runtime error
app.py
Browse files
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(
|
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")],
|