Spaces:
No application file
No application file
Update app.py
Browse files
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
|
|
|
|
| 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()
|