Ponleur commited on
Commit
1d68020
·
verified ·
1 Parent(s): 23b231a

Update app.py

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