imperiusrex commited on
Commit
315eac5
·
verified ·
1 Parent(s): c1deaa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 _name_ == "_main_":
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()