LailaMB commited on
Commit
ecca087
·
1 Parent(s): 4ae902a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,5 +32,5 @@ gr.Interface(
32
  inputs=image,
33
  outputs=outputs,
34
  title="Visual Pollution Detection",
35
- description="demo for <a href='https://github.com/WongKinYiu/yolov7' style='text-decoration: underline' target='_blank'>WongKinYiu/yolov7</a> Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors",
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()