Ponleur commited on
Commit
92948e9
·
verified ·
1 Parent(s): f697058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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