ofermend commited on
Commit
056c675
1 Parent(s): 3df9aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
 
8
  def isTrue(x) -> bool:
9
  if isinstance(x, bool):
10
- return s
11
  return x.strip().lower() == 'true'
12
 
13
  def launch_bot():
 
7
 
8
  def isTrue(x) -> bool:
9
  if isinstance(x, bool):
10
+ return x
11
  return x.strip().lower() == 'true'
12
 
13
  def launch_bot():