Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,8 @@ def load_description(path):
|
|
49 |
description_text = load_description("TITLE.md")
|
50 |
|
51 |
with gr.Blocks(title="RIFE Image Interpolation") as demo:
|
|
|
|
|
52 |
with gr.Tab("Demo"):
|
53 |
gr.Markdown("### Demo: Preloaded images")
|
54 |
input_imageA = gr.Image(type="filepath", value=str(FRAME1), label="Image A")
|
|
|
49 |
description_text = load_description("TITLE.md")
|
50 |
|
51 |
with gr.Blocks(title="RIFE Image Interpolation") as demo:
|
52 |
+
# render the markdown text at the top of the UI
|
53 |
+
gr.Markdown(description_text)
|
54 |
with gr.Tab("Demo"):
|
55 |
gr.Markdown("### Demo: Preloaded images")
|
56 |
input_imageA = gr.Image(type="filepath", value=str(FRAME1), label="Image A")
|