Update app.py
Browse files
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 |
-
|
| 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")
|