Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,6 @@ async def create_demo():
|
|
| 49 |
• Choose from 40+ languages and 300+ voices
|
| 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(
|
|
@@ -73,7 +71,8 @@ async def create_demo():
|
|
| 73 |
)
|
| 74 |
return demo
|
| 75 |
|
|
|
|
| 76 |
# Run the application
|
| 77 |
if __name__ == "__main__":
|
| 78 |
demo = asyncio.run(create_demo())
|
| 79 |
-
demo.launch()
|
|
|
|
| 49 |
• Choose from 40+ languages and 300+ voices
|
| 50 |
• Perfect for creating audiobooks, storytelling, and language learning materials
|
| 51 |
• Ideal for educators, content creators, and language enthusiasts
|
|
|
|
|
|
|
| 52 |
"""
|
| 53 |
|
| 54 |
demo = gr.Interface(
|
|
|
|
| 71 |
)
|
| 72 |
return demo
|
| 73 |
|
| 74 |
+
# Run the application
|
| 75 |
# Run the application
|
| 76 |
if __name__ == "__main__":
|
| 77 |
demo = asyncio.run(create_demo())
|
| 78 |
+
demo.launch(server_name="0.0.0.0")
|