Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,9 @@ def process_image(
|
|
| 40 |
# Create the Gradio interface
|
| 41 |
with gr.Blocks(title="Yellow Tint Cleaner") as demo:
|
| 42 |
gr.Markdown("""
|
| 43 |
-
# Yellow Tint Cleaner
|
| 44 |
This app helps you clean yellow tints from your images using various adjustment parameters.
|
|
|
|
| 45 |
""")
|
| 46 |
|
| 47 |
with gr.Row():
|
|
|
|
| 40 |
# Create the Gradio interface
|
| 41 |
with gr.Blocks(title="Yellow Tint Cleaner") as demo:
|
| 42 |
gr.Markdown("""
|
| 43 |
+
# GPT-4o Yellow Tint Cleaner
|
| 44 |
This app helps you clean yellow tints from your images using various adjustment parameters.
|
| 45 |
+
Code adapted from [ComfyUI_LayerStyle](https://github.com/chflame163/ComfyUI_LayerStyle) by chflame163
|
| 46 |
""")
|
| 47 |
|
| 48 |
with gr.Row():
|