Fix a Runtime Error
#7
by
darkthememode
- opened
app.py
CHANGED
@@ -69,7 +69,7 @@ async def create_demo():
|
|
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=
|
73 |
)
|
74 |
return demo
|
75 |
|
|
|
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 |
|