prithivMLmods commited on
Commit
c6fcd2a
·
verified ·
1 Parent(s): 1ccde8d

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -361,13 +361,11 @@ with gr.Blocks() as demo:
361
  gr.Examples(
362
  examples=[
363
  [["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
 
364
  [["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
365
  [["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
366
  [["examples/PP1.jpg"], "cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by hf‪‪‬ preserving realistic texture and details", "Polaroid-Photo"],
367
  [["examples/Z1.jpg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
368
- [["examples/Z2.jpg"], "Back-left quarter view.", "Fal-Multiple-Angles"],
369
- [["examples/Z3.jpg"], "Left side view, Balanced, standard.", "Fal-Multiple-Angles"],
370
- [["examples/HRP.jpg"], "Transform into a hyper-realistic face portrait.", "Hyper-Realistic-Portrait"],
371
  [["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
372
  [["examples/MN.jpg"], "Transform into Midnight Noir Eyes Spotlight.", "Midnight-Noir-Eyes-Spotlight"],
373
  [["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],
 
361
  gr.Examples(
362
  examples=[
363
  [["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
364
+ [["examples/HRP.jpg"], "Transform into a hyper-realistic face portrait.", "Hyper-Realistic-Portrait"],
365
  [["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
366
  [["examples/U.jpg"], "Upscale this picture to 4K resolution.", "Upscaler"],
367
  [["examples/PP1.jpg"], "cinematic polaroid with soft grain subtle vignette gentle lighting white frame handwritten photographed by hf‪‪‬ preserving realistic texture and details", "Polaroid-Photo"],
368
  [["examples/Z1.jpg"], "Front-right quarter view.", "Fal-Multiple-Angles"],
 
 
 
369
  [["examples/MT.jpg"], "Paint with manga tone.", "Manga-Tone"],
370
  [["examples/MN.jpg"], "Transform into Midnight Noir Eyes Spotlight.", "Midnight-Noir-Eyes-Spotlight"],
371
  [["examples/ST1.jpg", "examples/ST2.jpg"], "Convert Image 1 to the style of Image 2.", "Style-Transfer"],