From 3a642bde1840053b4155e20a4f68b5f58a938614 Mon Sep 17 00:00:00 2001 From: Khaled BH Date: Tue, 15 Apr 2025 10:07:44 +0400 Subject: [PATCH] Added real-time streaming support to Orpheus FastAPI --- app.txt => app.py | 0 tts_engine/{inference.txt => inference.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app.txt => app.py (100%) rename tts_engine/{inference.txt => inference.py} (100%) diff --git a/app.txt b/app.py similarity index 100% rename from app.txt rename to app.py diff --git a/tts_engine/inference.txt b/tts_engine/inference.py similarity index 100% rename from tts_engine/inference.txt rename to tts_engine/inference.py