AIQuest commited on
Commit
b3d600f
·
verified ·
1 Parent(s): 1c45da8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,5 +68,5 @@ def process_data(file):
68
  return (damage_dic,condition)
69
 
70
  interface = gr.Interface(fn=ProcessLookupError, inputs=gr.Image(type= 'pil', label='Upload Image of Car'),
71
- outputs=[gr.Textbox(label="Number of Objects detected "),gr.Image()], title=" 🚘Car Scratch and Dent Detection")
72
  interface.launch()
 
68
  return (damage_dic,condition)
69
 
70
  interface = gr.Interface(fn=ProcessLookupError, inputs=gr.Image(type= 'pil', label='Upload Image of Car'),
71
+ outputs=[gr.Textbox(label="Number of Objects detected "),gr.Textbox(label="Condition")], title=" 🚘Car Scratch and Dent Detection")
72
  interface.launch()