Spaces:
Running
on
Zero
Running
on
Zero
update emoji
Browse files
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
|
| 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 |
|