Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,4 @@ with gr.Blocks(css=css) as demo:
|
|
69 |
)
|
70 |
|
71 |
if __name__ == "__main__":
|
72 |
-
demo.queue(max_size=20).launch()
|
73 |
-
|
74 |
-
|
75 |
-
Use the edge tts along with above and use this to have the generated text to convert to tts
|
|
|
69 |
)
|
70 |
|
71 |
if __name__ == "__main__":
|
72 |
+
demo.queue(max_size=20).launch()
|
|
|
|
|
|