M009 commited on
Commit
dfaff76
1 Parent(s): ce50064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -50,5 +50,4 @@ gr.Interface(fn=predict_interface, inputs=[input_image, select_algorithm],
50
  examples=[["fashion_1.png", "Random Forest"],
51
  ["fashion_2.png", "Random Forest"],
52
  ["fashion_3.png", "Random Forest"]]
53
- ).launch(debug=True)
54
-
 
50
  examples=[["fashion_1.png", "Random Forest"],
51
  ["fashion_2.png", "Random Forest"],
52
  ["fashion_3.png", "Random Forest"]]
53
+ ).launch(debug=True)