Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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()
|