Spaces:
Sleeping
Sleeping
feat: updated application file
Browse files
app.py
CHANGED
|
@@ -15,5 +15,4 @@ description = "A damaged vehicle classifier to identify vehicles especially cars
|
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|
| 18 |
-
|
| 19 |
-
demo.launch()
|
|
|
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|
| 18 |
+
gr.Interface(fn=predict,inputs="image",outputs="label",title=title,description=description,interpretation=interpretation,enable_queue=enable_queue).launch()
|
|
|