FQiao commited on
Commit
f7c3bf3
·
verified ·
1 Parent(s): 0c4cce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -10
app.py CHANGED
@@ -130,19 +130,20 @@ with tempfile.TemporaryDirectory() as tmpdir:
130
  gr.Markdown(
131
  """
132
  # StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
133
- [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo)  
134
- [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo)  
135
- [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo)  
136
- [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo/tree/main)  
137
- [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red?logo=arxiv)]()
138
 
139
- ## Introduction
140
  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.
141
 
142
- ## How to Use
143
- 1. Upload a reference image to "Left Image"
144
- - You can also select an image from "Examples"
145
- 3. Hit "Generate a right image" button and check the result
 
146
  """
147
  )
148
  file = gr.File(label='Left', file_types=['image'])
 
130
  gr.Markdown(
131
  """
132
  # StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
133
+ [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo)
134
+ [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo)
135
+ [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo)
136
+ [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo/tree/main)
137
+ [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red)](https://arxiv.org/)
138
 
139
+ ## Introduction
140
  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.
141
 
142
+ ## How to Use
143
+ 1. Upload a reference image to "Left Image"
144
+ *(You can also select an image from "Examples")*
145
+ 2. Adjust the Scale Factor (controls depth intensity)
146
+ 3. Click "Generate a right image" and view results
147
  """
148
  )
149
  file = gr.File(label='Left', file_types=['image'])