Spaces:
Build error
Build error
Update app.py
Browse filesExnahnce: gradio presentation
app.py
CHANGED
|
@@ -43,9 +43,9 @@ outputs = gr.Label(num_top_classes=3)
|
|
| 43 |
|
| 44 |
title = "MNIST"
|
| 45 |
|
| 46 |
-
description = "A simple
|
| 47 |
|
| 48 |
-
article = "<p style='text-align: center'
|
| 49 |
|
| 50 |
gr.Interface(fn=classify_image, inputs=inputs, outputs=outputs, title=title, description=description, article=article).launch()
|
| 51 |
|
|
|
|
| 43 |
|
| 44 |
title = "MNIST"
|
| 45 |
|
| 46 |
+
description = "A simple number recognition example model"
|
| 47 |
|
| 48 |
+
article = "<p style='text-align: center'>Here is a simple implementation of number recognition using MNIST dataset and a Resnet18 backbone.<a href="
|
| 49 |
|
| 50 |
gr.Interface(fn=classify_image, inputs=inputs, outputs=outputs, title=title, description=description, article=article).launch()
|
| 51 |
|