Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,6 +212,8 @@ If it's over now
|
|
| 212 |
|
| 213 |
3. **Supported Languages**
|
| 214 |
- Chinese and English
|
|
|
|
|
|
|
| 215 |
""")
|
| 216 |
lyrics_btn = gr.Button("Generate", variant="primary")
|
| 217 |
# audio_output = gr.Gallery(label="Audio Results")
|
|
|
|
| 212 |
|
| 213 |
3. **Supported Languages**
|
| 214 |
- Chinese and English
|
| 215 |
+
|
| 216 |
+
**Due to issues with Gradio's streaming audio output, we will update the streaming feature in the future. Please stay tuned!**
|
| 217 |
""")
|
| 218 |
lyrics_btn = gr.Button("Generate", variant="primary")
|
| 219 |
# audio_output = gr.Gallery(label="Audio Results")
|