Update app.py
Browse files
app.py
CHANGED
|
@@ -32,4 +32,4 @@ interface = gr.Interface(fn=predict_regression,
|
|
| 32 |
outputs=gr.Label(),
|
| 33 |
examples=["images/Ditto.jpeg", "images/Golbat.jpeg", "images/Koffing.jpeg"],
|
| 34 |
description="A simple mlp classification model for image classification using the mnist dataset.")
|
| 35 |
-
interface.launch()
|
|
|
|
| 32 |
outputs=gr.Label(),
|
| 33 |
examples=["images/Ditto.jpeg", "images/Golbat.jpeg", "images/Koffing.jpeg"],
|
| 34 |
description="A simple mlp classification model for image classification using the mnist dataset.")
|
| 35 |
+
interface.launch()
|