Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,5 +97,5 @@ interface = gr.Interface(fn=fashion_images,
|
|
| 97 |
outputs=[output_module1,output_module2],
|
| 98 |
examples=[["image0.jpg", "Random Forest"],
|
| 99 |
["image1.jpg", "Decision tree"],
|
| 100 |
-
["image2.jpg", "KNN"])
|
| 101 |
interface.launch()
|
|
|
|
| 97 |
outputs=[output_module1,output_module2],
|
| 98 |
examples=[["image0.jpg", "Random Forest"],
|
| 99 |
["image1.jpg", "Decision tree"],
|
| 100 |
+
["image2.jpg", "KNN"]])
|
| 101 |
interface.launch()
|