Update app.py
Browse files
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 |
+
|