Daniellesry commited on
Commit
b56b6e8
·
verified ·
1 Parent(s): 526b8a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -9,12 +9,10 @@ import gradio as gr
9
  import random
10
 
11
  _TITLE = '''
12
- # One View, Many Worlds: Single-Image to 3D Object Meets Generative Domain Randomization for One-Shot 6D Pose Estimation
13
  '''
14
 
15
- _DESCRIPTION = '''
16
- ## BAAI,BIT&THU&ZJU | [Code](https://github.com/GZWSAMA/One23Pose) | [Project Page](https://gzwsama.github.io/OnePoseviaGen.github.io/)
17
- '''
18
 
19
  html = '''
20
  <!DOCTYPE html>
@@ -35,14 +33,13 @@ function createGradio() {
35
  }
36
  '''
37
 
38
- def one23pose_app():
39
 
40
  with gr.Blocks(js=script) as demo:
41
  gr.Markdown(_TITLE)
42
- gr.Markdown(_DESCRIPTION)
43
  gr.HTML(html)
44
 
45
  demo.launch()
46
 
47
  if __name__ == "__main__":
48
- one23pose_app()
 
9
  import random
10
 
11
  _TITLE = '''
12
+ # Diffusion Knows Transparency: Repurposing Video Diffusion for Transparent Object Depth and Normal Estimation
13
  '''
14
 
15
+
 
 
16
 
17
  html = '''
18
  <!DOCTYPE html>
 
33
  }
34
  '''
35
 
36
+ def dkt_app():
37
 
38
  with gr.Blocks(js=script) as demo:
39
  gr.Markdown(_TITLE)
 
40
  gr.HTML(html)
41
 
42
  demo.launch()
43
 
44
  if __name__ == "__main__":
45
+ dkt_app()