miracle01 commited on
Commit
7b7279b
·
1 Parent(s): f406086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ details = [
25
  ["DEPARTMENT: COMPUTER SCIENCE"],
26
  ]
27
 
28
- article = "<h4 style='text-align: center'><b>NAME: OLUMIDE TOLULOPE SAMUEL</b> </br> <b>MATRIC NO: HNDCOM/22/037</b></h4>"
29
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
30
  title="Flower Classification using InceptionV3",
31
  description="A flower classification app built using python and deployed using gradio/n" + "NAME: OLUMIDE TOLULOPE SAMUEL",
 
25
  ["DEPARTMENT: COMPUTER SCIENCE"],
26
  ]
27
 
28
+ article = "<h4 style='text-align: center'><b>NAME: OLUMIDE TOLULOPE SAMUEL</b> </br> <b>MATRIC NO: HNDCOM/22/037</b> </br> <b>CLASS: HND1</b> </br> <b>LEVEL: 300L</b> </br> <b>DEPARTMENT: COMPUTER SCIENCE</b> </h4>"
29
  gr.Interface(fn=predict_image, inputs=image, outputs=label,
30
  title="Flower Classification using InceptionV3",
31
  description="A flower classification app built using python and deployed using gradio/n" + "NAME: OLUMIDE TOLULOPE SAMUEL",