Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ from src.util.extract import extract_image_urls
|
|
8 |
# response = requests.get("https://git.io/JJkYN")
|
9 |
# labels = response.text.split("\n")
|
10 |
|
|
|
11 |
clf = ClassificationModel()
|
12 |
model_names = clf.get_model_names()
|
13 |
output_labels = []
|
|
|
8 |
# response = requests.get("https://git.io/JJkYN")
|
9 |
# labels = response.text.split("\n")
|
10 |
|
11 |
+
print('start...')
|
12 |
clf = ClassificationModel()
|
13 |
model_names = clf.get_model_names()
|
14 |
output_labels = []
|