Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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= '
|
| 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):
|