LennyS17 commited on
Commit
9611c3f
·
verified ·
1 Parent(s): 59f161b

Update app.py

Browse files

Change from markdown to html

Files changed (1) hide show
  1. app.py +6 -5
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
- # Add a title
153
- gr.Markdown("# Portrait Colorizer")
154
- gr.Markdown(
155
- "Upload a grayscale image to colorize it and fine-tune the output using the sliders below."
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(