Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ interface = gr.Interface(fn=predict_regression,
|
|
31 |
inputs=input_image,
|
32 |
outputs=gr.Label(),
|
33 |
examples=["images/0.jpeg", "images/1.jpeg", "images/2.jpeg", "images/5.jpeg"],
|
34 |
-
description="A
|
35 |
interface.launch()
|
|
|
31 |
inputs=input_image,
|
32 |
outputs=gr.Label(),
|
33 |
examples=["images/0.jpeg", "images/1.jpeg", "images/2.jpeg", "images/5.jpeg"],
|
34 |
+
description="A simple mlp classification model for image classification using the mnist dataset.")
|
35 |
interface.launch()
|