CrazyEric commited on
Commit
7f4737f
·
verified ·
1 Parent(s): 519fa1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -21,12 +21,7 @@ iface = gr.Interface(fn=clone,
21
  description="""
22
  CoolAI
23
  """,
24
- theme = gr.themes.Dark(),
25
- # examples=[["Hey! It's me Dorthy, from the Wizard of Oz. Type in whatever you'd like me to say.","./audio/Wizard-of-Oz-Dorthy.wav"],
26
- # ["It's me Vito Corleone, from the Godfather. Type in whatever you'd like me to say.","./audio/Godfather.wav"],
27
- # ["Hey, it's me Paris Hilton. Type in whatever you'd like me to say.","./audio/Paris-Hilton.mp3"],
28
- # ["Hey, it's me Megan Fox from Transformers. Type in whatever you'd like me to say.","./audio/Megan-Fox.mp3"],
29
- # ["Hey there, it's me Jeff Goldblum. Type in whatever you'd like me to say.","./audio/Jeff-Goldblum.mp3"],
30
- # ["Hey there, it's me Heath Ledger as the Joker. Type in whatever you'd like me to say.","./audio/Heath-Ledger.mp3"],]
31
  )
32
  iface.launch()
 
21
  description="""
22
  CoolAI
23
  """,
24
+ theme = gr.themes.Monochrome(),
25
+ examples=[["我不敢苟同他的观点,我个人认为这个意大利面就应该拌42号混凝土,因为这个螺丝钉的长度,它很容易会直接影响到挖掘机的扭矩,你知道吧。你往里砸的时候,一瞬间它就会产生大量的高能蛋白,俗称UFO,会严重影响经济的发展,甚至对这个太平洋以及充电器都会造成一定的核污染。","./audio/Eric.MP3"],]
 
 
 
 
 
26
  )
27
  iface.launch()