Yaron Koresh commited on
Commit
6aa4070
·
verified ·
1 Parent(s): 5afec29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def generate_random_string(length):
77
  characters = string.ascii_letters + string.digits
78
  return ''.join(random.choice(characters) for _ in range(length))
79
 
80
- @spaces.GPU(duration=25)
81
  def Piper(_do):
82
  try:
83
  retu = pipe(
 
77
  characters = string.ascii_letters + string.digits
78
  return ''.join(random.choice(characters) for _ in range(length))
79
 
80
+ @spaces.GPU(duration=45)
81
  def Piper(_do):
82
  try:
83
  retu = pipe(