akushwaha.ext commited on
Commit
8bf68a3
·
1 Parent(s): 52de11b

app.py modified

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -20,10 +20,10 @@ IMG_SIZE = 224
20
  # Paste your 4 sample image absolute paths here
21
  # e.g. sample_paths = ["/content/a.png", "/content/b.png", ...]
22
  sample_paths = [
23
- "samples_images/image.jpg",
24
- "samples_images/image(2).jpg",
25
- "samples_images/image(3).jpg",
26
- "samples_images/image(23).jpg",
27
  ]
28
 
29
  OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY")
 
20
  # Paste your 4 sample image absolute paths here
21
  # e.g. sample_paths = ["/content/a.png", "/content/b.png", ...]
22
  sample_paths = [
23
+ "sample_images/image.jpg",
24
+ "sample_images/image(2).jpg",
25
+ "sample_images/image(3).jpg",
26
+ "sample_images/image(23).jpg",
27
  ]
28
 
29
  OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY")