huedaya commited on
Commit
3de00ec
1 Parent(s): 8aa42aa
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import time
11
  model = whisper.load_model("large-v2")
12
 
13
  app = Flask(__name__)
 
14
 
15
  @app.route("/")
16
  def indexApi():
 
11
  model = whisper.load_model("large-v2")
12
 
13
  app = Flask(__name__)
14
+ app.config['TIMEOUT'] = 60 * 10 # 10 mins
15
 
16
  @app.route("/")
17
  def indexApi():