Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -153,6 +153,7 @@ print("Model loaded successfully.")
|
|
| 153 |
|
| 154 |
TTS_MODEL_PATH = "microsoft/VibeVoice-Realtime-0.5B"
|
| 155 |
print(f"Loading TTS Model: {TTS_MODEL_PATH}...")
|
|
|
|
| 156 |
|
| 157 |
tts_processor = VibeVoiceStreamingProcessor.from_pretrained(TTS_MODEL_PATH)
|
| 158 |
|
|
@@ -365,7 +366,7 @@ with gr.Blocks() as demo:
|
|
| 365 |
text_output = gr.Textbox(
|
| 366 |
label="Extracted Text (Editable)",
|
| 367 |
interactive=True,
|
| 368 |
-
lines=
|
| 369 |
)
|
| 370 |
|
| 371 |
audio_output = gr.Audio(
|
|
|
|
| 153 |
|
| 154 |
TTS_MODEL_PATH = "microsoft/VibeVoice-Realtime-0.5B"
|
| 155 |
print(f"Loading TTS Model: {TTS_MODEL_PATH}...")
|
| 156 |
+
print("VibeVoice Model loaded successfully.")
|
| 157 |
|
| 158 |
tts_processor = VibeVoiceStreamingProcessor.from_pretrained(TTS_MODEL_PATH)
|
| 159 |
|
|
|
|
| 366 |
text_output = gr.Textbox(
|
| 367 |
label="Extracted Text (Editable)",
|
| 368 |
interactive=True,
|
| 369 |
+
lines=11,
|
| 370 |
)
|
| 371 |
|
| 372 |
audio_output = gr.Audio(
|