Alexandre de Souza commited on
Commit
e257a99
1 Parent(s): b5f6ab0

Update to Docker SDK

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- title: Single File Phx Bumblebee Ml
3
  emoji: 📚
4
  colorFrom: red
5
  colorTo: indigo
6
- sdk: streamlit
7
- sdk_version: 1.15.2
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: Phoenix image classification in a single file
3
  emoji: 📚
4
  colorFrom: red
5
  colorTo: indigo
6
+ sdk: docker
7
+ fullWidth: true
 
8
  pinned: false
9
  ---
10
 
11
+ # Phoenix image classification in a single file
12
+
13
+ This space is based on original [GitHub repository](https://github.com/chrismccord/single_file_phx_bumblebee_ml) from @chrismccord