prithivMLmods commited on
Commit
228c83f
·
verified ·
1 Parent(s): cd456e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -145,14 +145,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
145
 
146
  gr.Examples(
147
  examples=[
148
- ["photocleanser/1.png", "[photo content], remove the embroidered pattern from the image...", "PhotoCleanser"],
149
- ["photocleanser/2.png", "[photo content], remove the cat from the image...", "PhotoCleanser"],
150
- ["photorestore/1.png", "[photo content], restore and enhance the image by repairing any damage...", "PhotoRestorer"],
151
- ["photorestore/2.png", "[photo content], restore and enhance the image by repairing any damage...", "PhotoRestorer"],
152
- ["polaroid/1.png", "[photo content], apply a warm, vintage Polaroid-style filter...", "PolaroidWarm"],
153
- ["polaroid/2.png", "[photo content], give the image a classic Polaroid look...", "PolaroidWarm"],
154
- ["pencil/1.png", "[photo content], transform the image into a detailed monochrome pencil sketch...", "MonochromePencil"],
155
- ["pencil/2.png", "[photo content], convert the photo into a realistic graphite pencil drawing...", "MonochromePencil"]
156
  ],
157
  inputs=[input_image, prompt, lora_adapter],
158
  # The output now targets the ImageSlider component
 
145
 
146
  gr.Examples(
147
  examples=[
148
+ ["photocleanser/2.png", "[photo content], remove the cat from the image while preserving the background and remaining elements, maintaining realism and original details.", "PhotoCleanser"],
149
+ ["photorestore/1.png", "[photo content], restore and enhance the image by repairing any damage, scratches, or fading. Colorize the photo naturally while preserving authentic textures and details, maintaining a realistic and historically accurate look.", "PhotoRestorer"],
150
+ ["photorestore/2.png", "[photo content], restore and enhance the image by repairing any damage, scratches, or fading. Colorize the photo naturally while preserving authentic textures and details, maintaining a realistic and historically accurate look.", "PhotoRestorer"],
151
+ ["polaroid/1.png", "[photo content], in the style of a vintage Polaroid, with warm, faded tones, and a white border.", "PolaroidWarm"],
152
+ ["pencil/1.png", "[photo content], replicate the image as a pencil illustration, black and white, with sketch-like detailing.", "MonochromePencil"],
 
 
 
153
  ],
154
  inputs=[input_image, prompt, lora_adapter],
155
  # The output now targets the ImageSlider component