Spaces:
Running
Running
Update app/app_savta.py
Browse files- 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
|
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(
|