Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ import cv2
|
|
| 13 |
MODEL = "model.pt"
|
| 14 |
EXAMPLE_LIST = [["examples/0.png"],
|
| 15 |
["examples/ex0.png"]]
|
| 16 |
-
TITLE = "
|
| 17 |
-
DESCRIPTION = "
|
| 18 |
|
| 19 |
|
| 20 |
def predict(img, translation_method, font):
|
|
|
|
| 13 |
MODEL = "model.pt"
|
| 14 |
EXAMPLE_LIST = [["examples/0.png"],
|
| 15 |
["examples/ex0.png"]]
|
| 16 |
+
TITLE = "Traductor de manga Jp-Es"
|
| 17 |
+
DESCRIPTION = "¡Traduce texto en globos de manga!"
|
| 18 |
|
| 19 |
|
| 20 |
def predict(img, translation_method, font):
|