Yaron Koresh commited on
Commit
3e051c0
·
verified ·
1 Parent(s): 1a6c275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def generate_random_string(length):
66
  return ''.join(random.choice(characters) for _ in range(length))
67
 
68
  @spaces.GPU(duration=120)
69
- def Piper(_do, _dont):
70
  return pipe(
71
  _do,
72
  height=480,
 
66
  return ''.join(random.choice(characters) for _ in range(length))
67
 
68
  @spaces.GPU(duration=120)
69
+ def Piper(_do):
70
  return pipe(
71
  _do,
72
  height=480,