transcription-cost-usage-re.../backend/run.py

6 lines
130 B
Python
Raw Normal View History

2025-06-09 11:13:05 +00:00
from app import create_app
app = create_app()
if __name__ == "__main__":
app.run(host="0.0.0.0", port= app.config["PORT"])