Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ if __name__ == "__main__":
|
|
| 156 |
btn = gr.Button("Generate")
|
| 157 |
output_sample = gr.Image(label="Images")
|
| 158 |
with gr.Column(scale=1):
|
| 159 |
-
output_trajs = gr.Image(label="Trajs of Diffusion"
|
| 160 |
|
| 161 |
btn.click(fn=pipeline,
|
| 162 |
inputs=[
|
|
|
|
| 156 |
btn = gr.Button("Generate")
|
| 157 |
output_sample = gr.Image(label="Images")
|
| 158 |
with gr.Column(scale=1):
|
| 159 |
+
output_trajs = gr.Image(label="Trajs of Diffusion")
|
| 160 |
|
| 161 |
btn.click(fn=pipeline,
|
| 162 |
inputs=[
|