Update app.py
Browse files
app.py
CHANGED
@@ -36,12 +36,12 @@ model_links = {
|
|
36 |
}
|
37 |
|
38 |
# Random dog images for error messages
|
39 |
-
random_dog = [
|
40 |
-
"0f476473-2d8b-415e-b944-483768418a95.jpg",
|
41 |
-
"1bd75c81-f1d7-4e55-9310-a27595fa8762.jpg",
|
42 |
-
"526590d2-8817-4ff0-8c62-fdcba5306d02.jpg",
|
43 |
-
|
44 |
-
]
|
45 |
|
46 |
# Reset conversation
|
47 |
def reset_conversation():
|
|
|
36 |
}
|
37 |
|
38 |
# Random dog images for error messages
|
39 |
+
#random_dog = [
|
40 |
+
#"0f476473-2d8b-415e-b944-483768418a95.jpg",
|
41 |
+
#"1bd75c81-f1d7-4e55-9310-a27595fa8762.jpg",
|
42 |
+
#"526590d2-8817-4ff0-8c62-fdcba5306d02.jpg",
|
43 |
+
# "1326984c-39b0-492c-a773-f120d747a7e2.jpg"
|
44 |
+
#]
|
45 |
|
46 |
# Reset conversation
|
47 |
def reset_conversation():
|