Kevin676 commited on
Commit
6843a7f
1 Parent(s): 488eaec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,7 +17,6 @@ TTS_PATH = "TTS/"
17
  # add libraries into environment
18
  sys.path.append(TTS_PATH) # set this if TTS is not installed globally
19
 
20
- import os
21
  import string
22
  import time
23
  import argparse
@@ -230,5 +229,5 @@ gr.Interface(
230
  outputs=["text", "text", "audio"],
231
  title="🥳💬💕 - TalktoAI,随时随地,谈天说地!",
232
  description = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
233
- article = "🎶🖼️🎡 - It’s the intersection of technology and liberal arts that makes our hearts sing."
234
  ).launch()
 
17
  # add libraries into environment
18
  sys.path.append(TTS_PATH) # set this if TTS is not installed globally
19
 
 
20
  import string
21
  import time
22
  import argparse
 
229
  outputs=["text", "text", "audio"],
230
  title="🥳💬💕 - TalktoAI,随时随地,谈天说地!",
231
  description = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
232
+ article = "🎶🖼️🎡 - It’s the intersection of technology and liberal arts that makes our hearts sing. - Steve Jobs"
233
  ).launch()