ybelkada commited on
Commit
66799af
1 Parent(s): bbd7755

modify text

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -51,8 +51,12 @@ FocusOnDepth - A single DPT encoder for Dense Prediction Tasks
51
  """
52
  css = """
53
  """
54
- article = "<div style='text-align: center;'><a href='https://github.com/isl-org/DPT' target='_blank'>Original Paper</a> | <a href='https://github.com/antocad/FocusOnDepth' target='_blank'>Extended Version</a></div>"
55
-
 
 
 
 
56
 
57
  iface = gr.Interface(
58
  fn=inference,
 
51
  """
52
  css = """
53
  """
54
+ article = """
55
+ <center>
56
+ Example image taken from <a href="https://www.flickr.com/photos/17423713@N03/29129350066">here</a>. The image is free to share and use. <br>
57
+ </center>
58
+ <div style='text-align: center;'><a href='https://github.com/isl-org/DPT' target='_blank'>Original Paper</a> | <a href='https://github.com/antocad/FocusOnDepth' target='_blank'>Extended Version</a></div>
59
+ """
60
 
61
  iface = gr.Interface(
62
  fn=inference,