SauravMaheshkar commited on
Commit
341a8c5
1 Parent(s): e36d373

chore: update metadata

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,12 +1,16 @@
1
  ---
2
  title: Food101 Image Retrieval
3
- emoji: 🔥
4
- colorFrom: yellow
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.37.1
8
  app_file: app.py
 
 
 
 
9
  pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Food101 Image Retrieval
3
+ emoji: ☕️
4
+ colorFrom: blue
5
+ colorTo: blue
6
  sdk: gradio
7
  sdk_version: 4.37.1
8
  app_file: app.py
9
+ datasets:
10
+ - ethz/food101
11
+ preload_from_hub:
12
+ - ethz/food101
13
  pinned: false
14
+ license: mit
15
+ short_description: Image Retrieval on the Food101 dataset
16
+ ---