LuisV commited on
Commit
cf52e4c
·
1 Parent(s): bebc065

fixing path typo

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ with gr.Blocks() as demo:
81
  gr_image = gr.Image(
82
  label= "An artwork: ",
83
  type = "filepath",
84
- value= "https://upload.wikimedia.org/wikipedia/commons/0/0f/1665_Girl_with_a_Pearl_Earring.jpg"
 
85
  #os.path.join(
86
  #os.getcwd(),
87
  #os.path.dirname(__file__),
 
81
  gr_image = gr.Image(
82
  label= "An artwork: ",
83
  type = "filepath",
84
+ value= os.path.join("imageprocessing", test_image_name)
85
+ #"https://upload.wikimedia.org/wikipedia/commons/0/0f/1665_Girl_with_a_Pearl_Earring.jpg"
86
  #os.path.join(
87
  #os.getcwd(),
88
  #os.path.dirname(__file__),