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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -25,8 +25,9 @@ details = [
25
  ["DEPARTMENT: COMPUTER SCIENCE"],
26
  ]
27
 
28
-
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",
 
32
  interpretation='default').launch()
 
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",
32
+ article=article,
33
  interpretation='default').launch()