deleteman commited on
Commit
fa0b1a7
1 Parent(s): e511c2a

adding link to dev community

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -97,6 +97,9 @@ with gr.Blocks() as demo:
97
  ### Recommendation
98
  For better results, make sure you leave a small amount of silence at the end of the recording (1 second or less is fine).
99
  Also, a little bit of acting never hurts. Especially for the ones like **Evil**, results are a lot more fun when you do some acting while speaking :)
 
 
 
100
  """)
101
 
102
  voices = [
@@ -127,7 +130,8 @@ with gr.Blocks() as demo:
127
  gr.Markdown("""
128
  ## Want to use this API for your project?
129
 
130
- If you'd like to use this API for your own project, request access through our [form here](https://voicemod.typeform.com/to/KqeNN6bO)
 
131
  """)
132
 
133
  btn.click(fn=greet,
 
97
  ### Recommendation
98
  For better results, make sure you leave a small amount of silence at the end of the recording (1 second or less is fine).
99
  Also, a little bit of acting never hurts. Especially for the ones like **Evil**, results are a lot more fun when you do some acting while speaking :)
100
+
101
+ ## Join our Community
102
+ If you'd like to know more and meet other developers working with this technology, join our [Discord Server](https://discord.gg/vm-dev-community)!
103
  """)
104
 
105
  voices = [
 
130
  gr.Markdown("""
131
  ## Want to use this API for your project?
132
 
133
+ If you'd like to use this API for your own project, request access through our [form here](https://voicemod.typeform.com/to/KqeNN6bO) and join
134
+ our [Dev Community on Discord](https://discord.gg/vm-dev-community)!
135
  """)
136
 
137
  btn.click(fn=greet,