Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,9 @@ with gr.Blocks(theme='gstaff/sketch') as demo:
|
|
57 |
btn.click(synthesize_sync, inputs=[text], outputs=[conv_display, aud])
|
58 |
|
59 |
gr.Markdown("""
|
|
|
|
|
|
|
60 |
Special thanks to:
|
61 |
|
62 |
- [gstaff/sketch](https://huggingface.co/spaces/gstaff/sketch) for the Sketch Theme.
|
|
|
57 |
btn.click(synthesize_sync, inputs=[text], outputs=[conv_display, aud])
|
58 |
|
59 |
gr.Markdown("""
|
60 |
+
Note:
|
61 |
+
The initial version of Podcastify, which was purely local and used an open-source and on-device models, has been replaced by the current one. You can find it in the local branch.
|
62 |
+
|
63 |
Special thanks to:
|
64 |
|
65 |
- [gstaff/sketch](https://huggingface.co/spaces/gstaff/sketch) for the Sketch Theme.
|