Burman-AI commited on
Commit
f907740
·
verified ·
1 Parent(s): 456c09c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,7 +33,7 @@ async def create_demo():
33
  voices = await get_voices()
34
 
35
  description = """
36
- Text-to-Video Converter!
37
 
38
  """
39
 
@@ -49,7 +49,7 @@ async def create_demo():
49
  gr.Audio(label="Generated Audio", type="filepath"),
50
  gr.Markdown(label="Warning", visible=False)
51
  ],
52
- title="Edge TTS Text-to-Speech",
53
  description=description,
54
  article="",
55
  analytics_enabled=False,
 
33
  voices = await get_voices()
34
 
35
  description = """
36
+
37
 
38
  """
39
 
 
49
  gr.Audio(label="Generated Audio", type="filepath"),
50
  gr.Markdown(label="Warning", visible=False)
51
  ],
52
+ title="",
53
  description=description,
54
  article="",
55
  analytics_enabled=False,