vagrillo commited on
Commit
694eeaf
·
verified ·
1 Parent(s): e34d2fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def detect_and_draw(img, text_query, box_threshold=0.14, text_threshold=0.13):
128
 
129
  # ===== FLASK ROUTES =====
130
  @app.route('/')
131
- @require_auth
132
  def index():
133
  return render_template_string('''
134
  <!DOCTYPE html>
 
128
 
129
  # ===== FLASK ROUTES =====
130
  @app.route('/')
131
+ #@require_auth
132
  def index():
133
  return render_template_string('''
134
  <!DOCTYPE html>