gokaygokay commited on
Commit
0f14741
1 Parent(s): a31c900

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ title = """<h1 align="center">Image Upscaler with Tile Controlnet</h1>
202
  """
203
 
204
  with gr.Blocks() as demo:
205
- gr.Markdown("# Image Enhancement with Stable Diffusion")
206
  with gr.Row():
207
  with gr.Column():
208
  input_image = gr.Image(type="pil", label="Input Image")
 
202
  """
203
 
204
  with gr.Blocks() as demo:
205
+ gr.HTML(title)
206
  with gr.Row():
207
  with gr.Column():
208
  input_image = gr.Image(type="pil", label="Input Image")