innoai darkthememode commited on
Commit
d6ffc2c
1 Parent(s): d81bde6

Fix a Runtime Error (#7)

Browse files

- Fix a Runtime Error (240e83e43cb2769e3048a2405362155d4d6f645d)


Co-authored-by: Dark Theme Mode <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
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=False
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