Spaces:
Running
Running
Update app.py
Browse filesChange from markdown to html
app.py
CHANGED
@@ -149,11 +149,12 @@ image_files = [
|
|
149 |
# Gradio Interface
|
150 |
with gr.Blocks(css=css) as demo:
|
151 |
demo.title = "Portrait Colorizer"
|
152 |
-
|
153 |
-
|
154 |
-
gr.
|
155 |
-
|
156 |
-
)
|
|
|
157 |
|
158 |
with gr.Row():
|
159 |
input_image = gr.Image(
|
|
|
149 |
# Gradio Interface
|
150 |
with gr.Blocks(css=css) as demo:
|
151 |
demo.title = "Portrait Colorizer"
|
152 |
+
|
153 |
+
# title
|
154 |
+
gr.HTML("<h1>Portrait Colorizer</h1>")
|
155 |
+
# description
|
156 |
+
gr.HTML("<p>Upload a grayscale image to colorize it and fine-tune the output using the sliders below.</p>")
|
157 |
+
|
158 |
|
159 |
with gr.Row():
|
160 |
input_image = gr.Image(
|