Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ async def create_demo():
|
|
50 |
• Perfect for creating audiobooks, storytelling, and language learning materials
|
51 |
• Ideal for educators, content creators, and language enthusiasts
|
52 |
|
|
|
53 |
"""
|
54 |
|
55 |
demo = gr.Interface(
|
@@ -68,8 +69,7 @@ async def create_demo():
|
|
68 |
description=description,
|
69 |
article="Experience the power of Edge TTS for text-to-speech conversion, and explore our advanced Text-to-Video Converter for even more creative possibilities!",
|
70 |
analytics_enabled=False,
|
71 |
-
allow_flagging=
|
72 |
-
flagging_mode='never'
|
73 |
)
|
74 |
return demo
|
75 |
|
|
|
50 |
• Perfect for creating audiobooks, storytelling, and language learning materials
|
51 |
• Ideal for educators, content creators, and language enthusiasts
|
52 |
|
53 |
+
Ready to revolutionize your content? [Click here to try our Text-to-Video Converter now!](https://text2video.wingetgui.com/)
|
54 |
"""
|
55 |
|
56 |
demo = gr.Interface(
|
|
|
69 |
description=description,
|
70 |
article="Experience the power of Edge TTS for text-to-speech conversion, and explore our advanced Text-to-Video Converter for even more creative possibilities!",
|
71 |
analytics_enabled=False,
|
72 |
+
allow_flagging="manual"
|
|
|
73 |
)
|
74 |
return demo
|
75 |
|