FQiao commited on
Commit
56f98cb
·
verified ·
1 Parent(s): 92e4ece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -175,6 +175,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
175
  gr.Markdown(
176
  """
177
  # GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
 
178
  [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo)  
179
  [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo)  
180
  [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo)  
@@ -182,7 +183,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
182
  [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red?logo=arxiv)]()
183
 
184
  ## Introduction
185
- This is an official demo for the paper "[Towards Open-World Generation of Stereo Images and Unsupervised Matching](https://qjizhi.github.io/genstereo)". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
186
 
187
  ## How to Use
188
 
 
175
  gr.Markdown(
176
  """
177
  # GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
178
+
179
  [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo)  
180
  [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo)  
181
  [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo)  
 
183
  [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red?logo=arxiv)]()
184
 
185
  ## Introduction
186
+ This is an official demo for the paper "[GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching](https://qjizhi.github.io/genstereo)". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
187
 
188
  ## How to Use
189