AItool commited on
Commit
aaf1134
·
verified ·
1 Parent(s): 01cb113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")