Spaces:
Build error
Build error
aki-0421 commited on
F: update
Browse files
app.py
CHANGED
|
@@ -20,7 +20,8 @@ def generate_images(input_image: Image.Image) -> List[Image.Image]:
|
|
| 20 |
return multi_view_generator.infer(white_image=white_image)
|
| 21 |
|
| 22 |
with gr.Blocks() as demo:
|
| 23 |
-
gr.Markdown("#
|
|
|
|
| 24 |
with gr.Row():
|
| 25 |
input_image = gr.Image(label="Input Image", type="pil")
|
| 26 |
output_gallery = gr.Gallery(
|
|
|
|
| 20 |
return multi_view_generator.infer(white_image=white_image)
|
| 21 |
|
| 22 |
with gr.Blocks() as demo:
|
| 23 |
+
gr.Markdown("# Character-360")
|
| 24 |
+
gr.Markdown("Do you want to check out your character in 360°?")
|
| 25 |
with gr.Row():
|
| 26 |
input_image = gr.Image(label="Input Image", type="pil")
|
| 27 |
output_gallery = gr.Gallery(
|