Joshleeave commited on
Commit
ab20612
1 Parent(s): f433912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -34,8 +34,6 @@ demo = gr.Interface(genImage,
34
  ["Mickey Mouse", "An anthropomorphic mouse who typically wears red shorts, large yellow shoes, and white gloves, Mickey is one of the world's most recognizable fictional characters."],
35
  ["Donald Duck", "An anthropomorphic white duck with a yellow-orange bill, legs, and feet. He typically wears a sailor shirt and cap with a bow tie."],
36
  ["Milo", "A curious and adventurous young scientist who dreams of exploring the furthest reaches of the galaxy."]
37
- ["Aria", "A skilled and fearless warrior princess, trained in the ancient ways of her people to defend her kingdom from dark forces."]
38
- ["Kai", "A sturdy and resilient forest guardian, charged with protecting the ancient trees and their inhabitants from harm."]
39
  ], theme=theme).queue(concurrency_count=100, api_open=False).launch(show_api=False, show_error=False)
40
 
41
 
 
34
  ["Mickey Mouse", "An anthropomorphic mouse who typically wears red shorts, large yellow shoes, and white gloves, Mickey is one of the world's most recognizable fictional characters."],
35
  ["Donald Duck", "An anthropomorphic white duck with a yellow-orange bill, legs, and feet. He typically wears a sailor shirt and cap with a bow tie."],
36
  ["Milo", "A curious and adventurous young scientist who dreams of exploring the furthest reaches of the galaxy."]
 
 
37
  ], theme=theme).queue(concurrency_count=100, api_open=False).launch(show_api=False, show_error=False)
38
 
39