Update app.py
Browse files
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)
|
|