seslaste commited on
Commit
ae60521
1 Parent(s): 236cd8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict_bmw(image):
28
 
29
 
30
 
31
- return {'m2': p_m2, 'm4': p_m4, 'x6': p_x6, 'i8': p_i8}
32
 
33
 
34
  # Create the Gradio interface
 
28
 
29
 
30
 
31
+ return {'M2': p_m2, 'M4': p_m4, 'X6': p_x6, 'i8': p_i8}
32
 
33
 
34
  # Create the Gradio interface