Spaces:
Runtime error
Runtime error
App name change
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ interface_image = gr.Interface(
|
|
| 58 |
fn=show_preds_image,
|
| 59 |
inputs=inputs_image,
|
| 60 |
outputs=outputs_image,
|
| 61 |
-
title="Pothole detector",
|
| 62 |
examples=path,
|
| 63 |
cache_examples=False,
|
| 64 |
)
|
|
|
|
| 58 |
fn=show_preds_image,
|
| 59 |
inputs=inputs_image,
|
| 60 |
outputs=outputs_image,
|
| 61 |
+
title="Pothole detector app",
|
| 62 |
examples=path,
|
| 63 |
cache_examples=False,
|
| 64 |
)
|