Spaces:
Sleeping
Sleeping
Commit
·
cdd630e
1
Parent(s):
1346851
update the file path
Browse files
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", "
|
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 |
|