Commit
·
9787a5c
1
Parent(s):
ce52305
Duplication error correction
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ iface1 = gr.Interface(
|
|
| 28 |
)
|
| 29 |
iface2 = gr.Interface(
|
| 30 |
fn=multi_agent_walk,
|
| 31 |
-
inputs=[
|
| 32 |
outputs=["image","file"],
|
| 33 |
title="Multi-Agent 2D Random Walk",
|
| 34 |
theme="compact"
|
|
|
|
| 28 |
)
|
| 29 |
iface2 = gr.Interface(
|
| 30 |
fn=multi_agent_walk,
|
| 31 |
+
inputs=[agent_count,iters_multi, step_size_multi, random_seed_multi],
|
| 32 |
outputs=["image","file"],
|
| 33 |
title="Multi-Agent 2D Random Walk",
|
| 34 |
theme="compact"
|