heatingma commited on
Commit
3a1f29e
·
verified ·
1 Parent(s): f0d3838

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="media/tsp_problem.png",
106
  type="filepath",
107
  label="TSP Problem",
108
  )
109
  with gr.Column(scale=4):
110
  tsp_solution_img = gr.Image(
111
- value="media/tsp_solution.png",
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
  )