Update app.py
Browse files
app.py
CHANGED
|
@@ -130,9 +130,9 @@ demo = gr.Interface(
|
|
| 130 |
## 🎉 Outputs
|
| 131 |
- The corresponding optical image.
|
| 132 |
|
| 133 |
-
**Paper** : [
|
| 134 |
|
| 135 |
-
**Github** : https://github.com/Coordi777/
|
| 136 |
"""
|
| 137 |
)
|
| 138 |
|
|
|
|
| 130 |
## 🎉 Outputs
|
| 131 |
- The corresponding optical image.
|
| 132 |
|
| 133 |
+
**Paper** : [Accelerating Diffusion for SAR-to-Optical Image Translation via Adversarial Consistency Distillation](https://arxiv.org/abs/2407.06095)
|
| 134 |
|
| 135 |
+
**Github** : https://github.com/Coordi777/Accelerating-Diffusion-for-SAR-to-Optical-Image-Translation
|
| 136 |
"""
|
| 137 |
)
|
| 138 |
|