shireenchand commited on
Commit
65e216d
·
1 Parent(s): d6ac9eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,8 +24,8 @@ def classify_image(inp):
24
  def random_char(n):
25
  print("HELLO")
26
  n = random.randint(0,2)
27
- sel = classes[n]
28
  global sel
 
29
  print(sel)
30
  return classes[n].upper()
31
 
 
24
  def random_char(n):
25
  print("HELLO")
26
  n = random.randint(0,2)
 
27
  global sel
28
+ sel = classes[n]
29
  print(sel)
30
  return classes[n].upper()
31