Update app.py
Browse files
app.py
CHANGED
|
@@ -85,8 +85,8 @@ interface = gr.Interface(
|
|
| 85 |
inputs=gr.Image(type="pil", label="Original Images"), # Accept image input
|
| 86 |
outputs=gr.Textbox(label="Label "), # Display output as text
|
| 87 |
title="German Traffic Sign Recognition",
|
| 88 |
-
description="Upload an image to classify it into one of the predefined classes."
|
| 89 |
-
)
|
| 90 |
|
| 91 |
# Launch the app
|
| 92 |
if __name__ == "__main__":
|
|
|
|
| 85 |
inputs=gr.Image(type="pil", label="Original Images"), # Accept image input
|
| 86 |
outputs=gr.Textbox(label="Label "), # Display output as text
|
| 87 |
title="German Traffic Sign Recognition",
|
| 88 |
+
description="Upload an image to classify it into one of the predefined classes.",
|
| 89 |
+
examples=examples)
|
| 90 |
|
| 91 |
# Launch the app
|
| 92 |
if __name__ == "__main__":
|