Upload app.py
Browse files
app.py
CHANGED
|
@@ -102,13 +102,13 @@ with gr.Blocks() as tsp_page:
|
|
| 102 |
)
|
| 103 |
with gr.Column(scale=4):
|
| 104 |
tsp_problem_img = gr.Image(
|
| 105 |
-
value=
|
| 106 |
type="filepath",
|
| 107 |
label="TSP Problem",
|
| 108 |
)
|
| 109 |
with gr.Column(scale=4):
|
| 110 |
tsp_solution_img = gr.Image(
|
| 111 |
-
value=
|
| 112 |
type="filepath",
|
| 113 |
label="TSP Solution",
|
| 114 |
)
|
|
|
|
| 102 |
)
|
| 103 |
with gr.Column(scale=4):
|
| 104 |
tsp_problem_img = gr.Image(
|
| 105 |
+
value=TSP_PROBLEM_PATH,
|
| 106 |
type="filepath",
|
| 107 |
label="TSP Problem",
|
| 108 |
)
|
| 109 |
with gr.Column(scale=4):
|
| 110 |
tsp_solution_img = gr.Image(
|
| 111 |
+
value=TSP_SOLUTION_PATH,
|
| 112 |
type="filepath",
|
| 113 |
label="TSP Solution",
|
| 114 |
)
|