gaur3009 commited on
Commit
0315462
·
verified ·
1 Parent(s): a925f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -24
app.py CHANGED
@@ -174,30 +174,6 @@ def redraw(
174
  ]
175
 
176
  with gr.Blocks() as interface:
177
- gr.HTML(
178
- """
179
- <h1 style="text-align: center;">Image-to-Image</h1>
180
- <p style="text-align: center;">Modifies the global render of your image, at any resolution, freely, without account, without watermark, without installation, which can be downloaded</p>
181
- <br/>
182
- <br/>
183
- ✨ Powered by <i>SDXL Turbo</i> artificial intellingence. For illustration purpose, not information purpose. The new content is not based on real information but imagination.
184
- <br/>
185
- <ul>
186
- <li>To change the <b>view angle</b> of your image, I recommend to use <i>Zero123</i>,</li>
187
- <li>To <b>upscale</b> your image, I recommend to use <i><a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/SUPIR">SUPIR</a></i>,</li>
188
- <li>To change one <b>detail</b> on your image, I recommend to use <i>Inpaint SDXL</i>,</li>
189
- <li>If you need to enlarge the <b>viewpoint</b> of your image, I recommend you to use <i>Uncrop</i>,</li>
190
- <li>To remove the <b>background</b> of your image, I recommend to use <i>BRIA</i>,</li>
191
- <li>To make a <b>tile</b> of your image, I recommend to use <i>Make My Image Tile</i>,</li>
192
- <li>To modify <b>anything else</b> on your image, I recommend to use <i>Instruct Pix2Pix</i>.</li>
193
- </ul>
194
- <br/>
195
- 🐌 Slow process... ~2 hours. Your computer must <u>not</u> enter into standby mode.<br/>You can duplicate this space on a free account, it works on CPU and should also run on CUDA.<br/>
196
- <a href='https://huggingface.co/spaces/Fabrice-TIERCELIN/Image-to-Image?duplicate=true'><img src='https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14'></a>
197
- <br/>
198
- ⚖️ You can use, modify and share the generated images but not for commercial uses.
199
- """
200
- )
201
  with gr.Column():
202
  source_img = gr.Image(label = "Your image", sources = ["upload", "webcam", "clipboard"], type = "pil")
203
  prompt = gr.Textbox(label = "Prompt", info = "Describe the subject, the background and the style of image; 77 token limit", placeholder = "Describe what you want to see", lines = 2)
 
174
  ]
175
 
176
  with gr.Blocks() as interface:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  with gr.Column():
178
  source_img = gr.Image(label = "Your image", sources = ["upload", "webcam", "clipboard"], type = "pil")
179
  prompt = gr.Textbox(label = "Prompt", info = "Describe the subject, the background and the style of image; 77 token limit", placeholder = "Describe what you want to see", lines = 2)