Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,8 @@ with gr.Blocks() as demo:
|
|
111 |
|
112 |
If you find this space helpful, please ❤ it.
|
113 |
|
|
|
|
|
114 |
""")
|
115 |
audio_input = gr.Audio(type="filepath", label="Upload Audio")
|
116 |
num_speakers_input = gr.Number(label="Number of Speakers", value=0)
|
|
|
111 |
|
112 |
If you find this space helpful, please ❤ it.
|
113 |
|
114 |
+
Join my server for support and open source AI discussion: https://discord.gg/osai
|
115 |
+
|
116 |
""")
|
117 |
audio_input = gr.Audio(type="filepath", label="Upload Audio")
|
118 |
num_speakers_input = gr.Number(label="Number of Speakers", value=0)
|