Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def run(image, elevation):
|
|
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.
|
39 |
fn=run,
|
40 |
inputs=[
|
41 |
gr.Image(label="Input Image"),
|
|
|
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. My Multi-View Diffusion Model allows you to do just that. Simply upload an image, select your desired view elevation, and my 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"),
|