tedlasai commited on
Commit
2b0026a
·
1 Parent(s): 3f58785

update emoji

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Learn2refocus
3
- emoji: 📈
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
 
1
  ---
2
  title: Learn2refocus
3
+ emoji: 📸
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
app.py CHANGED
@@ -67,7 +67,7 @@ def set_view_mode(mode: str):
67
  with gr.Blocks() as demo:
68
  gr.Markdown(
69
  """ # 🖼️ ➜ 🎬 Generate Focal Stacks from a Single Image.
70
- This demo accompanies the paper **“Learning to Refocus with Video Diffusion MOdels”** by Tedla *et al.*, SIGGRAPH Asia 2025.
71
  - 🌐 **Project page:** <https://learn2refocus.github.io/>
72
  - 💻 **Code:** <https://github.com/tedlasai/learn2refocus/>
73
 
 
67
  with gr.Blocks() as demo:
68
  gr.Markdown(
69
  """ # 🖼️ ➜ 🎬 Generate Focal Stacks from a Single Image.
70
+ This demo accompanies the paper **“Learning to Refocus with Video Diffusion Models”** by Tedla *et al.*, SIGGRAPH Asia 2025.
71
  - 🌐 **Project page:** <https://learn2refocus.github.io/>
72
  - 💻 **Code:** <https://github.com/tedlasai/learn2refocus/>
73