Gopikanth123 commited on
Commit
a88d575
·
verified ·
1 Parent(s): cb98e3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ def task2(image_np):
275
  api_key = "LimDLja7HF1Asuk3vfSd"
276
  project_name = "marks_table_detection_lbrce"
277
  model_version = 1
278
- base_image_path = "/content/drive/MyDrive/base_img.jpg"
279
  temp_image_path = "temp_image.jpg"
280
  output_image_path = "merged_image.jpg"
281
 
 
275
  api_key = "LimDLja7HF1Asuk3vfSd"
276
  project_name = "marks_table_detection_lbrce"
277
  model_version = 1
278
+ base_image_path = "base_img.jpg"
279
  temp_image_path = "temp_image.jpg"
280
  output_image_path = "merged_image.jpg"
281