Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,5 @@ gr.Interface(
|
|
32 |
inputs=image,
|
33 |
outputs=outputs,
|
34 |
title="Visual Pollution Detection",
|
35 |
-
description="
|
36 |
examples=[],cache_examples=False).launch()
|
|
|
32 |
inputs=image,
|
33 |
outputs=outputs,
|
34 |
title="Visual Pollution Detection",
|
35 |
+
description="Demo for <a href='https://github.com/LailaMB/Smartathon_Visual_Pollution_Detection' style='text-decoration: underline' target='_blank'>Smartathon Visual Pollution Detection Model</a>. The model which was developed by AICAS_KSU team to solve the Theme1 problem of the [Smartathon](https://smartathon.hackerearth.com).,
|
36 |
examples=[],cache_examples=False).launch()
|