Spaces:
Running
Running
cryptocalypse
commited on
Commit
•
d66d33e
1
Parent(s):
af058e5
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks(title="PSYCHOHISTORY") as app:
|
|
36 |
mem_results.change(
|
37 |
psychohistory.main,
|
38 |
inputs=[mem_results],
|
39 |
-
outputs=[img_output,img_output2,img_output3
|
40 |
)
|
41 |
|
42 |
if __name__ == "__main__":
|
|
|
36 |
mem_results.change(
|
37 |
psychohistory.main,
|
38 |
inputs=[mem_results],
|
39 |
+
outputs=[img_output,img_output2,img_output3]#,mem_results2,mem_results3]
|
40 |
)
|
41 |
|
42 |
if __name__ == "__main__":
|