bigyunicorn commited on
Commit
cdd630e
·
1 Parent(s): 1346851

update the file path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def sashimiIentifer(input_imgFilePath):
19
  return dict(zip(categories, map(float, probs)))
20
 
21
  img_examples1 = ["Hotate_Scallops.jpg", "Ahi_YellowfinAndBigeyeTuna_Sashimi.jpg"]
22
- img_examples2 = [ "dalle_EngawaAndHotate.png", "sashimi_identifier\img\dalle_AhiMaguroSashimi.png"]
23
 
24
  demo = gr.Blocks()
25
 
 
19
  return dict(zip(categories, map(float, probs)))
20
 
21
  img_examples1 = ["Hotate_Scallops.jpg", "Ahi_YellowfinAndBigeyeTuna_Sashimi.jpg"]
22
+ img_examples2 = [ "dalle_EngawaAndHotate.png", ".\img\dalle_AhiMaguroSashimi.png"]
23
 
24
  demo = gr.Blocks()
25