Update app.py
Browse files
app.py
CHANGED
|
@@ -86,6 +86,7 @@ interface = gr.Interface(
|
|
| 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
|
|
|
|
| 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 |
|
| 92 |
# Launch the app
|