Spaces:
Runtime error
Runtime error
Pierre Tassel
commited on
Commit
·
bb95fff
1
Parent(s):
9a90bc0
change text
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ examples = [['instances/' + f, 16, 0] for f in os.listdir('instances') if not f.
|
|
169 |
iface = gr.Interface(fn=solve,
|
170 |
inputs=[gr.File(label="Instance File"),
|
171 |
gr.Slider(8, 32, value=16, label="Number of Workers", step=1),
|
172 |
-
gr.Number(0, label="Seed", precision=0)],
|
173 |
outputs=[gr.Text(label="Makespan"), gr.Text(label="Elapsed Time"), gr.Text(label="Solution"),
|
174 |
gr.Plot(label="Solution's Gantt Chart")],
|
175 |
title=title,
|
|
|
169 |
iface = gr.Interface(fn=solve,
|
170 |
inputs=[gr.File(label="Instance File"),
|
171 |
gr.Slider(8, 32, value=16, label="Number of Workers", step=1),
|
172 |
+
gr.Number(0, label="Random Seed", precision=0)],
|
173 |
outputs=[gr.Text(label="Makespan"), gr.Text(label="Elapsed Time"), gr.Text(label="Solution"),
|
174 |
gr.Plot(label="Solution's Gantt Chart")],
|
175 |
title=title,
|