Spaces:
Sleeping
Sleeping
Thang Truong commited on
Commit ·
aa4cf69
1
Parent(s): 04609eb
initial update
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +5 -0
- README.md +7 -5
- __pycache__/app.cpython-312.pyc +0 -0
- app.py +268 -0
- data/dataset.csv +3 -0
- requirements.txt +6 -0
- static/.DS_Store +0 -0
- static/images/.DS_Store +0 -0
- static/images/1.jpg +3 -0
- static/images/10.jpg +3 -0
- static/images/100.jpg +3 -0
- static/images/101.jpg +3 -0
- static/images/102.jpg +3 -0
- static/images/103.jpg +3 -0
- static/images/104.jpg +3 -0
- static/images/105.jpg +3 -0
- static/images/106.jpg +3 -0
- static/images/107.jpg +3 -0
- static/images/108.jpg +3 -0
- static/images/109.jpg +3 -0
- static/images/11.jpg +3 -0
- static/images/110.jpg +3 -0
- static/images/111.jpg +3 -0
- static/images/112.jpg +3 -0
- static/images/113.jpg +3 -0
- static/images/114.jpg +3 -0
- static/images/115.jpg +3 -0
- static/images/116.jpg +3 -0
- static/images/117.jpg +3 -0
- static/images/118.jpg +3 -0
- static/images/119.jpg +3 -0
- static/images/12.jpg +3 -0
- static/images/120.jpg +3 -0
- static/images/121.jpg +3 -0
- static/images/122.jpg +3 -0
- static/images/123.jpg +3 -0
- static/images/124.jpg +3 -0
- static/images/125.jpg +3 -0
- static/images/126.jpg +3 -0
- static/images/127.jpg +3 -0
- static/images/128.jpg +3 -0
- static/images/129.jpg +3 -0
- static/images/13.jpg +3 -0
- static/images/130.jpg +3 -0
- static/images/131.jpg +3 -0
- static/images/132.jpg +3 -0
- static/images/133.jpg +3 -0
- static/images/134.jpg +3 -0
- static/images/135.jpg +3 -0
- static/images/136.jpg +3 -0
.gitattributes
CHANGED
|
@@ -32,4 +32,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.db filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.html filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: BlindTest
|
| 3 |
+
emoji: 🏆
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.44.1
|
| 8 |
+
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
__pycache__/app.cpython-312.pyc
ADDED
|
Binary file (11.6 kB). View file
|
|
|
app.py
ADDED
|
@@ -0,0 +1,268 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import threading
|
| 2 |
+
from flask import Flask, g, render_template, request, redirect, url_for, session
|
| 3 |
+
import os
|
| 4 |
+
import time
|
| 5 |
+
|
| 6 |
+
from huggingface_hub import login, HfApi, hf_hub_download # For Hugging Face integration
|
| 7 |
+
import os
|
| 8 |
+
import logging
|
| 9 |
+
|
| 10 |
+
import csv
|
| 11 |
+
import random
|
| 12 |
+
import shortuuid
|
| 13 |
+
import json
|
| 14 |
+
import pandas as pd
|
| 15 |
+
from filelock import FileLock
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
# Flask application setup
|
| 19 |
+
app = Flask(__name__)
|
| 20 |
+
import os, secrets
|
| 21 |
+
|
| 22 |
+
app = Flask(__name__)
|
| 23 |
+
|
| 24 |
+
# Use a persistent env var in prod; fallback only for local/dev
|
| 25 |
+
app.config["SECRET_KEY"] = os.environ.get("FLASK_SECRET_KEY") or secrets.token_hex(32)
|
| 26 |
+
|
| 27 |
+
# app.config['SECRET_KEY'] = os.environ.get('FLASK_SECRET_KEY') # required for sessions
|
| 28 |
+
|
| 29 |
+
app.config.update(
|
| 30 |
+
SESSION_COOKIE_SAMESITE="None", # allow cross-site
|
| 31 |
+
SESSION_COOKIE_SECURE=True # required for "None"
|
| 32 |
+
)
|
| 33 |
+
|
| 34 |
+
logging.basicConfig(
|
| 35 |
+
level=logging.DEBUG, # Set to DEBUG for more granular logs
|
| 36 |
+
format='%(asctime)s - %(levelname)s - %(message)s',
|
| 37 |
+
handlers=[
|
| 38 |
+
logging.StreamHandler()
|
| 39 |
+
]
|
| 40 |
+
)
|
| 41 |
+
logger = logging.getLogger(__name__)
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
HF_TOKEN = os.environ.get("HF_TOKEN")
|
| 45 |
+
if HF_TOKEN:
|
| 46 |
+
try:
|
| 47 |
+
login(token=HF_TOKEN)
|
| 48 |
+
logger.info("Logged into Hugging Face successfully.")
|
| 49 |
+
except Exception as e:
|
| 50 |
+
logger.exception(f"Failed to log into Hugging Face: {e}")
|
| 51 |
+
else:
|
| 52 |
+
logger.warning("HF_TOKEN not found in environment variables. Session data will not be uploaded.")
|
| 53 |
+
|
| 54 |
+
# Initialize Hugging Face API
|
| 55 |
+
hf_api = HfApi()
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
HF_REPO_ID = "pooyanrg/BlindTest" # Update as needed
|
| 59 |
+
HF_REPO_PATH = "responses"
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
QUESTIONS_FILE = "./data/dataset.csv"
|
| 63 |
+
AVAILABLE_FILE = "/tmp/available.json"
|
| 64 |
+
LOCK_FILE = "/tmp/available.lock"
|
| 65 |
+
|
| 66 |
+
# Load questions into memory
|
| 67 |
+
with open(QUESTIONS_FILE, newline="", encoding="utf-8") as f:
|
| 68 |
+
reader = csv.DictReader(f)
|
| 69 |
+
all_questions = list(reader)
|
| 70 |
+
|
| 71 |
+
# Track which questions are available
|
| 72 |
+
if not os.path.exists(AVAILABLE_FILE):
|
| 73 |
+
with open(AVAILABLE_FILE, "w") as f:
|
| 74 |
+
json.dump(list(range(len(all_questions))), f)
|
| 75 |
+
|
| 76 |
+
def get_questions(num=10):
|
| 77 |
+
with FileLock(LOCK_FILE):
|
| 78 |
+
with open(AVAILABLE_FILE, "r") as f:
|
| 79 |
+
available = json.load(f)
|
| 80 |
+
|
| 81 |
+
if len(available) == 0:
|
| 82 |
+
return [] # Not enough questions left
|
| 83 |
+
|
| 84 |
+
sample_size = num if num < len(available) else len(available)
|
| 85 |
+
selected_ids = random.sample(available, sample_size)
|
| 86 |
+
|
| 87 |
+
remaining = [qid for qid in available if qid not in selected_ids]
|
| 88 |
+
|
| 89 |
+
with open(AVAILABLE_FILE, "w") as f:
|
| 90 |
+
json.dump(remaining, f)
|
| 91 |
+
|
| 92 |
+
return [all_questions[qid] | {"id": qid} for qid in selected_ids]
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
@app.route("/", methods=['GET', 'POST'])
|
| 96 |
+
def splash():
|
| 97 |
+
if request.method == 'POST':
|
| 98 |
+
username = request.form.get('username')
|
| 99 |
+
|
| 100 |
+
if not username:
|
| 101 |
+
logger.warning("Username not provided by the user.")
|
| 102 |
+
return render_template('splash.html', error="Please enter a username.")
|
| 103 |
+
|
| 104 |
+
return redirect(url_for('instructions', username=username))
|
| 105 |
+
|
| 106 |
+
# GET request - show intro page
|
| 107 |
+
logger.info("Splash page rendered.")
|
| 108 |
+
return render_template('splash.html')
|
| 109 |
+
|
| 110 |
+
|
| 111 |
+
@app.route('/instructions', methods=['GET', 'POST'])
|
| 112 |
+
def instructions():
|
| 113 |
+
username = request.args.get('username')
|
| 114 |
+
questions = get_questions(num=2)
|
| 115 |
+
current_index = 0
|
| 116 |
+
answers = []
|
| 117 |
+
session['questions'] = questions
|
| 118 |
+
session['answers'] = answers
|
| 119 |
+
q_ids = [question['image_id'] for question in questions]
|
| 120 |
+
|
| 121 |
+
if len(questions) == 0:
|
| 122 |
+
return render_template('thanks.html')
|
| 123 |
+
|
| 124 |
+
if request.method == 'POST':
|
| 125 |
+
# User clicked the "Begin Quiz" button
|
| 126 |
+
start_time = time.time()
|
| 127 |
+
session['start_time'] = start_time
|
| 128 |
+
session['question_ids'] = q_ids
|
| 129 |
+
return redirect(url_for('prep', username=username, current_index=current_index))
|
| 130 |
+
|
| 131 |
+
# If GET, render the final instructions page
|
| 132 |
+
return render_template('instructions.html', username=username)
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
@app.route('/prep', methods=['GET', 'POST'])
|
| 137 |
+
def prep():
|
| 138 |
+
username = request.args.get('username')
|
| 139 |
+
current_index = int(request.args.get('current_index'))
|
| 140 |
+
|
| 141 |
+
questions = session.get('questions', [])
|
| 142 |
+
|
| 143 |
+
|
| 144 |
+
if request.method == 'POST':
|
| 145 |
+
# User clicked "Start" button
|
| 146 |
+
# Redirect to the actual question display
|
| 147 |
+
return redirect(url_for('prompt', username=username, current_index=current_index))
|
| 148 |
+
|
| 149 |
+
return render_template('prep.html',
|
| 150 |
+
question_number=current_index + 1,
|
| 151 |
+
total=len(questions))
|
| 152 |
+
|
| 153 |
+
@app.route('/prompt', methods=['GET', 'POST'])
|
| 154 |
+
def prompt():
|
| 155 |
+
username = request.args.get('username')
|
| 156 |
+
current_index = int(request.args.get('current_index'))
|
| 157 |
+
|
| 158 |
+
questions = session.get('questions', [])
|
| 159 |
+
|
| 160 |
+
if request.method == 'POST':
|
| 161 |
+
# User clicked "Start" button
|
| 162 |
+
# Redirect to the image display
|
| 163 |
+
return redirect(url_for('image', username=username, current_index=current_index))
|
| 164 |
+
|
| 165 |
+
question_raw = questions[current_index].get('question', '')
|
| 166 |
+
if "count" in question_raw.lower():
|
| 167 |
+
idx = question_raw.index('.')
|
| 168 |
+
else:
|
| 169 |
+
idx = question_raw.index('?')
|
| 170 |
+
|
| 171 |
+
question = question_raw[:idx+1]
|
| 172 |
+
|
| 173 |
+
task = questions[current_index].get('task', '')
|
| 174 |
+
if task == 'Counting Grid - Blank Grids' or task == 'Counting Grid - Word Grids':
|
| 175 |
+
question = "Count the number of rows and columns."
|
| 176 |
+
|
| 177 |
+
return render_template('prompt.html',
|
| 178 |
+
question_text=question)
|
| 179 |
+
|
| 180 |
+
@app.route('/image', methods=['GET', 'POST'])
|
| 181 |
+
def image():
|
| 182 |
+
username = request.args.get('username')
|
| 183 |
+
current_index = int(request.args.get('current_index'))
|
| 184 |
+
|
| 185 |
+
questions = session.get('questions', [])
|
| 186 |
+
image_id = str(questions[current_index].get('image_id', 'default_image.png'))
|
| 187 |
+
|
| 188 |
+
if request.method == 'POST':
|
| 189 |
+
# Move on to the "quiz" route to see if we still have more questions
|
| 190 |
+
return redirect(url_for('respond', username=username, current_index=current_index))
|
| 191 |
+
|
| 192 |
+
# If GET, display the current image with a 10-seconds countdown
|
| 193 |
+
return render_template('image.html',
|
| 194 |
+
image_name=image_id + '.jpg')
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
@app.route('/respond', methods=['GET', 'POST'])
|
| 198 |
+
def respond():
|
| 199 |
+
username = request.args.get('username')
|
| 200 |
+
current_index = int(request.args.get('current_index'))
|
| 201 |
+
questions = session.get('questions', [])
|
| 202 |
+
answers = session.get('answers', [])
|
| 203 |
+
|
| 204 |
+
if request.method == 'POST':
|
| 205 |
+
response = request.form.get('response')
|
| 206 |
+
question_id = questions[current_index]['image_id']
|
| 207 |
+
|
| 208 |
+
# Submit the answer
|
| 209 |
+
answers.append({"image_id": question_id,
|
| 210 |
+
"answer": response})
|
| 211 |
+
|
| 212 |
+
session['answers'] = answers
|
| 213 |
+
current_index += 1
|
| 214 |
+
|
| 215 |
+
if current_index >= len(questions):
|
| 216 |
+
# Store the elapsed time
|
| 217 |
+
start_time = session.get('start_time', time.time())
|
| 218 |
+
q_ids = session.get('question_ids', [])
|
| 219 |
+
end_time = time.time()
|
| 220 |
+
elapsed_time = end_time - start_time
|
| 221 |
+
|
| 222 |
+
response_all = {'username': username,
|
| 223 |
+
'time': elapsed_time,
|
| 224 |
+
'responses':answers}
|
| 225 |
+
|
| 226 |
+
json_data = json.dumps(response_all, indent=4)
|
| 227 |
+
|
| 228 |
+
file_name = f"{shortuuid.uuid()}.json"
|
| 229 |
+
temp_file_path = os.path.join("/tmp", file_name)
|
| 230 |
+
|
| 231 |
+
with open(temp_file_path, 'w') as f:
|
| 232 |
+
f.write(json_data)
|
| 233 |
+
|
| 234 |
+
return render_template('thanks.html')
|
| 235 |
+
|
| 236 |
+
return redirect(url_for('prep', username=username, current_index=current_index))
|
| 237 |
+
|
| 238 |
+
question_raw = questions[current_index].get('question', '')
|
| 239 |
+
if "count" in question_raw.lower():
|
| 240 |
+
idx = question_raw.index('.')
|
| 241 |
+
else:
|
| 242 |
+
idx = question_raw.index('?')
|
| 243 |
+
|
| 244 |
+
question = question_raw[:idx+1]
|
| 245 |
+
|
| 246 |
+
task = questions[current_index].get('task', '')
|
| 247 |
+
if task == 'Circled Letter':
|
| 248 |
+
form = "Enter a letter"
|
| 249 |
+
elif task == 'Touching Circles':
|
| 250 |
+
form = "Enter Y/N"
|
| 251 |
+
elif task == 'Counting Grid - Blank Grids' or task == 'Counting Grid - Word Grids':
|
| 252 |
+
form = "Enter two numbers seperated with a comma, for example: 5,6"
|
| 253 |
+
question = "Count the number of rows and columns."
|
| 254 |
+
else:
|
| 255 |
+
form = "Enter a number"
|
| 256 |
+
|
| 257 |
+
return render_template('respond.html',
|
| 258 |
+
question_text=question,
|
| 259 |
+
instruction=form)
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
if __name__ == "__main__":
|
| 263 |
+
# Initialize database when running the script
|
| 264 |
+
# example_usage()
|
| 265 |
+
|
| 266 |
+
# Run Flask app
|
| 267 |
+
# app.run(debug=False, threaded=True)
|
| 268 |
+
app.run(host="0.0.0.0", port=7860, debug=False)
|
data/dataset.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22783cc71fe58520285ed74afa62e427f79841a6917ff100884f654231ca5466
|
| 3 |
+
size 82879
|
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub
|
| 2 |
+
Flask==2.3.2
|
| 3 |
+
Flask-Session==0.5.0
|
| 4 |
+
pandas==1.5.3
|
| 5 |
+
numpy==1.23.5
|
| 6 |
+
shortuuid
|
static/.DS_Store
ADDED
|
Binary file (8.2 kB). View file
|
|
|
static/images/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
static/images/1.jpg
ADDED
|
Git LFS Details
|
static/images/10.jpg
ADDED
|
Git LFS Details
|
static/images/100.jpg
ADDED
|
Git LFS Details
|
static/images/101.jpg
ADDED
|
Git LFS Details
|
static/images/102.jpg
ADDED
|
Git LFS Details
|
static/images/103.jpg
ADDED
|
Git LFS Details
|
static/images/104.jpg
ADDED
|
Git LFS Details
|
static/images/105.jpg
ADDED
|
Git LFS Details
|
static/images/106.jpg
ADDED
|
Git LFS Details
|
static/images/107.jpg
ADDED
|
Git LFS Details
|
static/images/108.jpg
ADDED
|
Git LFS Details
|
static/images/109.jpg
ADDED
|
Git LFS Details
|
static/images/11.jpg
ADDED
|
Git LFS Details
|
static/images/110.jpg
ADDED
|
Git LFS Details
|
static/images/111.jpg
ADDED
|
Git LFS Details
|
static/images/112.jpg
ADDED
|
Git LFS Details
|
static/images/113.jpg
ADDED
|
Git LFS Details
|
static/images/114.jpg
ADDED
|
Git LFS Details
|
static/images/115.jpg
ADDED
|
Git LFS Details
|
static/images/116.jpg
ADDED
|
Git LFS Details
|
static/images/117.jpg
ADDED
|
Git LFS Details
|
static/images/118.jpg
ADDED
|
Git LFS Details
|
static/images/119.jpg
ADDED
|
Git LFS Details
|
static/images/12.jpg
ADDED
|
Git LFS Details
|
static/images/120.jpg
ADDED
|
Git LFS Details
|
static/images/121.jpg
ADDED
|
Git LFS Details
|
static/images/122.jpg
ADDED
|
Git LFS Details
|
static/images/123.jpg
ADDED
|
Git LFS Details
|
static/images/124.jpg
ADDED
|
Git LFS Details
|
static/images/125.jpg
ADDED
|
Git LFS Details
|
static/images/126.jpg
ADDED
|
Git LFS Details
|
static/images/127.jpg
ADDED
|
Git LFS Details
|
static/images/128.jpg
ADDED
|
Git LFS Details
|
static/images/129.jpg
ADDED
|
Git LFS Details
|
static/images/13.jpg
ADDED
|
Git LFS Details
|
static/images/130.jpg
ADDED
|
Git LFS Details
|
static/images/131.jpg
ADDED
|
Git LFS Details
|
static/images/132.jpg
ADDED
|
Git LFS Details
|
static/images/133.jpg
ADDED
|
Git LFS Details
|
static/images/134.jpg
ADDED
|
Git LFS Details
|
static/images/135.jpg
ADDED
|
Git LFS Details
|
static/images/136.jpg
ADDED
|
Git LFS Details
|