openfree commited on
Commit
b31638b
1 Parent(s): d2e256b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -10
app.py CHANGED
@@ -173,17 +173,18 @@ def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_ava
173
  with gr.Column():
174
  gr.Markdown("### 스타일")
175
 
 
176
  all_examples = [
177
- ["우주 여행I", 'I am an astronaut on a spacewalk. There is no helmet, and my face is visible. The background is Earth & starship as seen from space shuttle.', 'example_inputs/1.webp'],
178
- ["우주 여행II", 'I am an astronaut on a spacewalk. There is no helmet, and my face is visible. The background is Earth & starship as seen from space shuttle.I am holding sign with glowing green text "I Love Mom"', 'example_inputs/2.webp'],
179
- ["우주선 조종", 'I am wearing a spacesuit and have become an astronaut. I am piloting a spacecraft. Through the spacecraft's window, I can see outer space.', 'example_inputs/7.webp'],
180
- ["화성 탐험", 'I am wearing a spacesuit and have become an astronaut walking on Mars. I'm not wearing a helmet. I'm looking straight ahead. The background is a desolate area of Mars, and a space rover and a space station can be seen.', 'example_inputs/5.webp'],
181
- ["아이언맨 변신", 'I am an "IRON MAN"', 'example_inputs/4.webp'],
182
- ["스파이더맨", 'I am an "spider MAN"', 'example_inputs/6.webp'],
183
- ["원더우먼", 'I am an "wonder woman"', 'example_inputs/9.webp'],
184
- ["만화 주인공", 'portrait, pixar style', 'example_inputs/8.webp'],
185
- ["카우보이", 'Cowboy, american comics style', 'example_inputs/10.webp'],
186
- ["내가 어른이 되면", 'profile photo of a 40-year-old Adult Looking straight ahead, wear suite', 'example_inputs/3.webp'],
187
  ]
188
 
189
  example_gallery = gr.Gallery(
 
173
  with gr.Column():
174
  gr.Markdown("### 스타일")
175
 
176
+
177
  all_examples = [
178
+ ["우주 여행I", "I am an astronaut on a spacewalk. There is no helmet, and my face is visible. The background is Earth & starship as seen from space shuttle.", "example_inputs/1.webp"],
179
+ ["우주 여행II", "I am an astronaut on a spacewalk. There is no helmet, and my face is visible. The background is Earth & starship as seen from space shuttle.I am holding sign with glowing green text \"I Love Mom\"", "example_inputs/2.webp"],
180
+ ["내가 어른이 되면", "profile photo of a 40-year-old Adult Looking straight ahead, wear suite", "example_inputs/3.webp"],
181
+ ["아이언맨 변신", "I am an \"IRON MAN\"", "example_inputs/4.webp"],
182
+ ["화성 탐험", "I am wearing a spacesuit and have become an astronaut walking on Mars. I'm not wearing a helmet. I'm looking straight ahead. The background is a desolate area of Mars, and a space rover and a space station can be seen.", "example_inputs/5.webp"],
183
+ ["스파이더맨", "I am an \"spider MAN\"", "example_inputs/6.webp"],
184
+ ["우주선 조종", "I am wearing a spacesuit and have become an astronaut. I am piloting a spacecraft. Through the spacecraft's window, I can see outer space.", "example_inputs/7.webp"],
185
+ ["만화 주인공", "portrait, pixar style", "example_inputs/8.webp"],
186
+ ["원더우먼", "I am an \"wonder woman\"", "example_inputs/9.webp"],
187
+ ["카우보이", "Cowboy, american comics style", "example_inputs/10.webp"],
188
  ]
189
 
190
  example_gallery = gr.Gallery(