Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,4 +60,4 @@ demo = gr.Interface(
|
|
| 60 |
title="Automatic Number Plate Recognition (ANPR)",
|
| 61 |
description="Upload an image of a car to detect and read its license plate."
|
| 62 |
)
|
| 63 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 60 |
title="Automatic Number Plate Recognition (ANPR)",
|
| 61 |
description="Upload an image of a car to detect and read its license plate."
|
| 62 |
)
|
| 63 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|