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