ruiite commited on
Commit
2f00bf2
1 Parent(s): 4098f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -161,9 +161,6 @@ gr.Interface(
161
  inference,
162
  [gr.inputs.Image(type="pil", label="Input")],
163
  gr.outputs.Textbox(label="Output"),
164
- gr.outputs.Image(type="numpy",label="Output Damage"),
165
- gr.outputs.Image(type="numpy",label="Output Scratch"),
166
- gr.outputs.Image(type="numpy",label="Output Parts"),
167
  title=title,
168
  description=description,
169
  examples=[]).launch()
 
161
  inference,
162
  [gr.inputs.Image(type="pil", label="Input")],
163
  gr.outputs.Textbox(label="Output"),
 
 
 
164
  title=title,
165
  description=description,
166
  examples=[]).launch()