eswardivi commited on
Commit
2b1a52d
·
verified ·
1 Parent(s): 63ea22a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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.