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

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 = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.06561'>GANs N' Roses: Stable, Controllable, Diverse Image to Image Translation (works for videos too!)</a> | <a href='https://github.com/mchong6/GANsNRoses'>Github Repo</a></p>"
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></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",