Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,6 +87,6 @@ def build_interface():
|
|
| 87 |
description="📷 Upload a handwritten image. Uses PaddleOCR (detection) + TrOCR (recognition).",
|
| 88 |
)
|
| 89 |
|
| 90 |
-
if
|
| 91 |
iface = build_interface()
|
| 92 |
iface.launch()
|
|
|
|
| 87 |
description="📷 Upload a handwritten image. Uses PaddleOCR (detection) + TrOCR (recognition).",
|
| 88 |
)
|
| 89 |
|
| 90 |
+
if __name__ == "_main_":
|
| 91 |
iface = build_interface()
|
| 92 |
iface.launch()
|