Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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/
|
| 149 |
-
["
|
| 150 |
-
["photorestore/
|
| 151 |
-
["
|
| 152 |
-
["
|
| 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
|