Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def infer(prompts, negative_prompts, image):
|
|
61 |
).images[0]
|
62 |
|
63 |
#output_images = pipe.numpy_to_pil(np.asarray(output.reshape((num_samples,) + output.shape[-3:])))
|
64 |
-
|
65 |
|
66 |
with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
67 |
gr.Markdown(
|
|
|
61 |
).images[0]
|
62 |
|
63 |
#output_images = pipe.numpy_to_pil(np.asarray(output.reshape((num_samples,) + output.shape[-3:])))
|
64 |
+
return output
|
65 |
|
66 |
with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
67 |
gr.Markdown(
|