TrajectoryCrafter commited on
Commit
2fff9df
·
1 Parent(s): 12e9d98
Files changed (1) hide show
  1. app.py +9 -5
app.py CHANGED
@@ -99,11 +99,15 @@ def trajcrafter_demo(opts):
99
  image2video = TrajCrafter(opts,gradio=True)
100
  image2video.run_gradio = spaces.GPU(image2video.run_gradio, duration=300) # fixme
101
  with gr.Blocks(analytics_enabled=False, css=css) as trajcrafter_iface:
102
- gr.Markdown("<div align='center'> <h1> TrajectoryCrafter: Redirecting View Trajectory for Monocular Videos via Diffusion Models </span> </h1>
103
- <a style='font-size:18px;color: #FF5DB0' href='https://github.com/TrajectoryCrafter/TrajectoryCrafter'> [Github] </a>\
104
- # <a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2409.02048'> [ArXiv] </a>\
105
- <a style='font-size:18px;color: #000000' href='https://trajectorycrafter.github.io/'> [Project Page] </a>\
106
- <a style='font-size:18px;color: #000000' href='https://www.youtube.com/watch?v=dQtHFgyrids'> [Video] </a> </div>")
 
 
 
 
107
 
108
 
109
  with gr.Row(equal_height=True):
 
99
  image2video = TrajCrafter(opts,gradio=True)
100
  image2video.run_gradio = spaces.GPU(image2video.run_gradio, duration=300) # fixme
101
  with gr.Blocks(analytics_enabled=False, css=css) as trajcrafter_iface:
102
+ gr.Markdown("""
103
+ <div align='center'>
104
+ <h1>TrajectoryCrafter: Redirecting View Trajectory for Monocular Videos via Diffusion Models</h1>
105
+ <a style='font-size:18px;color: #FF5DB0' href='https://github.com/TrajectoryCrafter/TrajectoryCrafter'>[Github]</a>
106
+ <a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2409.02048'>[ArXiv]</a>
107
+ <a style='font-size:18px;color: #000000' href='https://trajectorycrafter.github.io/'>[Project Page]</a>
108
+ <a style='font-size:18px;color: #000000' href='https://www.youtube.com/watch?v=dQtHFgyrids'>[Video]</a>
109
+ </div>
110
+ """)
111
 
112
 
113
  with gr.Row(equal_height=True):