Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ with gr.Blocks(theme="soft") as demo:
|
|
44 |
gr.Textbox(value=breed_list, label="", lines=25, interactive=False, max_lines=25, show_copy_button=True)
|
45 |
|
46 |
gr.Markdown("---")
|
47 |
-
gr.Markdown("Made with ❤️ by Sumon Banerjee • Model: `dima806/cat_breed_image_detection`")
|
48 |
|
49 |
# Loading spinner while processing
|
50 |
predict_button.click(fn=predict, inputs=image_input, outputs=output)
|
|
|
44 |
gr.Textbox(value=breed_list, label="", lines=25, interactive=False, max_lines=25, show_copy_button=True)
|
45 |
|
46 |
gr.Markdown("---")
|
|
|
47 |
|
48 |
# Loading spinner while processing
|
49 |
predict_button.click(fn=predict, inputs=image_input, outputs=output)
|