Upload app.py
Browse files
app.py
CHANGED
|
@@ -422,7 +422,7 @@ with gr.Blocks(
|
|
| 422 |
|
| 423 |
enh_btn.click(fn=enhance_image, inputs=[enh_input, enh_scale], outputs=[enh_output, enh_info])
|
| 424 |
#--------Colourize---------------------------
|
| 425 |
-
with gr.Tab("Colorize"):
|
| 426 |
gr.Markdown("""
|
| 427 |
## B&W Photo Colorization
|
| 428 |
DDColor adds natural, realistic colors while preserving the original structure."""
|
|
@@ -441,7 +441,7 @@ with gr.Blocks(
|
|
| 441 |
|
| 442 |
col_btn.click(fn=colour_image, inputs=[col_input, col_strength], outputs=[col_output])
|
| 443 |
#----------Outpaint-----------------------------
|
| 444 |
-
with gr.Tab("Outpaint"):
|
| 445 |
gr.Markdown("""## Extend Any Scene
|
| 446 |
Upload an image and extend it in any direction.
|
| 447 |
BLIP reads the scene automatically — no prompt needed."""
|
|
|
|
| 422 |
|
| 423 |
enh_btn.click(fn=enhance_image, inputs=[enh_input, enh_scale], outputs=[enh_output, enh_info])
|
| 424 |
#--------Colourize---------------------------
|
| 425 |
+
with gr.Tab(" 🎨 Colorize"):
|
| 426 |
gr.Markdown("""
|
| 427 |
## B&W Photo Colorization
|
| 428 |
DDColor adds natural, realistic colors while preserving the original structure."""
|
|
|
|
| 441 |
|
| 442 |
col_btn.click(fn=colour_image, inputs=[col_input, col_strength], outputs=[col_output])
|
| 443 |
#----------Outpaint-----------------------------
|
| 444 |
+
with gr.Tab("🔲 Outpaint"):
|
| 445 |
gr.Markdown("""## Extend Any Scene
|
| 446 |
Upload an image and extend it in any direction.
|
| 447 |
BLIP reads the scene automatically — no prompt needed."""
|