Blessing988 commited on
Commit
4033adc
1 Parent(s): c342d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -98,17 +98,7 @@ interface_image = gr.Interface(
98
  title="Pavement Distress Detector for developing countries",
99
  examples=path,
100
  cache_examples=False,
101
- description= 'This is a demo app that takes in images or videos of Asphalt pavement surfaces and \
102
- \n detects the following pavement distresses: \
103
- \n \
104
- \n Alligator cracking \
105
- \n Longitudinal cracking \
106
- \n Potholes \
107
- \n Ravelling \
108
- \n \
109
- \n This is specifically for Inference and educational purpose.\
110
- \n \
111
- \n The model might ocassionaly give false outputs'
112
  )
113
 
114
  def show_preds_video(video_path):
 
98
  title="Pavement Distress Detector for developing countries",
99
  examples=path,
100
  cache_examples=False,
101
+ description= ''
 
 
 
 
 
 
 
 
 
 
102
  )
103
 
104
  def show_preds_video(video_path):