Aum123 commited on
Commit
13c5030
·
verified ·
1 Parent(s): 58a1fa8

Update app.py

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