LailaMB commited on
Commit
1be024d
·
1 Parent(s): 2f45e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +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'>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
 
 
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