Spaces:
Running
Running
cryptocalypse
commited on
Commit
•
a4d99c1
1
Parent(s):
063f8c5
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks(title="PSYCHOHISTORY") as app:
|
|
23 |
mem_results.change(
|
24 |
psychohistory.main,
|
25 |
inputs=[mem_results],
|
26 |
-
outputs=img_output
|
27 |
)
|
28 |
|
29 |
if __name__ == "__main__":
|
|
|
23 |
mem_results.change(
|
24 |
psychohistory.main,
|
25 |
inputs=[mem_results],
|
26 |
+
outputs=[img_output,img_output2,img_output3]
|
27 |
)
|
28 |
|
29 |
if __name__ == "__main__":
|