kingabzpro commited on
Commit
4c603f2
·
verified ·
1 Parent(s): 79bf134

Update app/app_savta.py

Browse files
Files changed (1) hide show
  1. app/app_savta.py +1 -1
app/app_savta.py CHANGED
@@ -131,7 +131,7 @@ input_component = gr.Image(width=640, height=480, label="Input RGB")
131
  output_component = gr.Image(label="Predicted Depth", image_mode="L")
132
 
133
  with gr.Blocks(title=title, theme=gr.themes.Soft()) as demo:
134
- gr.Markdown(f"<center># {title}</center>", elem_classes="title")
135
  gr.HTML(description_md)
136
 
137
  gr.Interface(
 
131
  output_component = gr.Image(label="Predicted Depth", image_mode="L")
132
 
133
  with gr.Blocks(title=title, theme=gr.themes.Soft()) as demo:
134
+ gr.Markdown(f"<center><h1>{title}</h1></center>")
135
  gr.HTML(description_md)
136
 
137
  gr.Interface(