jkorstad commited on
Commit
29d9978
Β·
verified Β·
1 Parent(s): ca68a55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,7 +34,8 @@ def run(image, elevation):
34
 
35
 
36
  demo = gr.Interface(
37
- title="Quick demo of the multi-view from an image model",
 
38
  fn=run,
39
  inputs=[
40
  gr.Image(label="Input Image"),
 
34
 
35
 
36
  demo = gr.Interface(
37
+ title="Multi-View of any image",
38
+ description="Imagine being able to visualize an object or scene from multiple angles simultaneously. Our Multi-View Diffusion Model allows you to do just that. Simply upload an image, select your desired view elevation, and our model will generate a 4-way view of the scene, showing you what it looks like from the front, back, left, and right. Explore New Perspectives. Generate 4-way views of any image, from objects to landscapes. Discover new details and insights from multiple angles. Enhance your understanding of complex scenes and objects. Please note that additional views are generated and will not be exact or always accurate.",
39
  fn=run,
40
  inputs=[
41
  gr.Image(label="Input Image"),