Spaces:
Runtime error
Runtime error
MUHAMMEDHAFEEZ
commited on
Commit
·
0a77eec
1
Parent(s):
aed91fe
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def set_example_url(example: list) -> dict:
|
|
| 102 |
return gr.Textbox.update(value=example[0]), gr.Image.update(value=get_original_image(example[0]))
|
| 103 |
|
| 104 |
|
| 105 |
-
title = """<h1 id="title">License Plate Detection with
|
| 106 |
|
| 107 |
description = """
|
| 108 |
MOOD ❤️
|
|
|
|
| 102 |
return gr.Textbox.update(value=example[0]), gr.Image.update(value=get_original_image(example[0]))
|
| 103 |
|
| 104 |
|
| 105 |
+
title = """<h1 id="title">License Plate Detection with MOOD</h1>"""
|
| 106 |
|
| 107 |
description = """
|
| 108 |
MOOD ❤️
|