mgbam commited on
Commit
efeba2d
·
verified ·
1 Parent(s): dba9f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -488,6 +488,5 @@ def submit():
488
  prefill=focus
489
  )
490
  if __name__ == "__main__":
491
- print(f"Loaded OPENAI_API_KEY: {bool(OPENAI_API_KEY)}, ELEVENLABS_API_KEY: {bool(ELEVENLABS_API_KEY)}")
492
- # Disable the reloader to avoid the signal-in-non-main-thread error
493
  app.run(host="0.0.0.0", port=8080, debug=True, use_reloader=False)
 
 
488
  prefill=focus
489
  )
490
  if __name__ == "__main__":
 
 
491
  app.run(host="0.0.0.0", port=8080, debug=True, use_reloader=False)
492
+