Wedyan2023 commited on
Commit
674f56a
·
verified ·
1 Parent(s): edd9494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- "1326984c-39b0-492c-a773-f120d747a7e2.jpg"
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():