Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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>
|