ajinkyakolhe112 commited on
Commit
052354a
·
verified ·
1 Parent(s): 7f9320e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -33,9 +33,7 @@ with gr.Blocks(title="Image Classification for 1000 Objects", css=".gradio-conta
33
  # Welcome to Image Classification Demo
34
  Start typing below to see the output.
35
  """)
36
- inp = gr.Textbox(placeholder="Describe Model Details")
37
- out = gr.Textbox()
38
- inp.change(welcome, inp, out)
39
 
40
  with gr.Row():
41
  input_image = gr.Image(type="filepath", image_mode="L")
 
33
  # Welcome to Image Classification Demo
34
  Start typing below to see the output.
35
  """)
36
+
 
 
37
 
38
  with gr.Row():
39
  input_image = gr.Image(type="filepath", image_mode="L")