ylyl28 commited on
Commit
a889f4b
·
1 Parent(s): 8f29512

change urls to local files and updated app.py accordingly

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.jpg filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -146,9 +146,9 @@ def process_and_predict(file_path: str):
146
  # UI
147
  # -----------------------------
148
  EXAMPLES = [
149
- ["https://www.rieglpalate.com/wp-content/uploads/2024/04/Paella-Mixta-scaled.jpg"],
150
- ["https://www.lafujimama.com/wp-content/uploads/2018/12/Vegan-Mapo-Tofu-4.jpg"],
151
- ["https://sugaryums.com/wp-content/uploads/2023/03/Baechu-Kimchi-Cabbage-Kimchi-Recipe-SugarYums-17.jpg"],
152
  ]
153
 
154
  with gr.Blocks() as demo:
 
146
  # UI
147
  # -----------------------------
148
  EXAMPLES = [
149
+ ["examples/paella.jpg"],
150
+ ["examples/mapo_tofu.jpg"],
151
+ ["examples/kimchi.jpg"],
152
  ]
153
 
154
  with gr.Blocks() as demo:
examples/kimchi.jpg ADDED

Git LFS Details

  • SHA256: 4e670f6d09fe36384872c004c7616c987c35b5fd22cf55b39251aed530407fa1
  • Pointer size: 131 Bytes
  • Size of remote file: 177 kB
examples/mapo_tofu.jpg ADDED

Git LFS Details

  • SHA256: 6f18854b50de3a862269b6f6f98341f1c44904b5f914011e97ca288c95095434
  • Pointer size: 131 Bytes
  • Size of remote file: 227 kB
examples/paella.jpg ADDED

Git LFS Details

  • SHA256: c2f7cf79cef3b5167c0fd43f162ba361872366e7c6ad4ce0d1d0e78b1e92b401
  • Pointer size: 131 Bytes
  • Size of remote file: 888 kB