Mayuri commited on
Commit
777a992
·
verified ·
1 Parent(s): d484709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,9 +130,9 @@ demo = gr.Interface(
130
  ## 🎉 Outputs
131
  - The corresponding optical image.
132
 
133
- **Paper** : [Guided Diffusion for Image Generation](https://arxiv.org/abs/2105.05233)
134
 
135
- **Github** : https://github.com/Coordi777/Conditional_SAR2OPT
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