M009 commited on
Commit
2cd0195
1 Parent(s): cee9005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,4 +50,5 @@ 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)
 
 
50
  examples=[["fashion_1.png", "Random Forest"],
51
  ["fashion_2.png", "Random Forest"],
52
  ["fashion_3.png", "Random Forest"]]
53
+ ).launch(debug=True)
54
+