Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maxence Guindon <maxence.guindon@inspection.gc.ca>
  • Loading branch information
SamuelPelletierEvraire and Maxence Guindon authored Apr 12, 2024
1 parent e0f0adf commit a3c39b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from typing import List

typeOfQuestion = "Original_question"
firstRequest = True
QUESTION_TYPE = "original_question"
FIRST_REQUEST = True

# Function to collect images from a directory
def collect_images(directory):
Expand Down

0 comments on commit a3c39b4

Please sign in to comment.