rmm commited on
Commit
0972a81
·
1 Parent(s): a7ece71

fix: trying alternative specification for py version

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,13 +5,15 @@ colorFrom: yellow
5
  colorTo: red
6
  sdk: streamlit
7
  sdk_version: 1.39.0
8
- python_version: 3.10.0
9
  app_file: call_models/entry_and_hotdog.py
10
  pinned: false
11
  license: apache-2.0
12
  short_description: 'SDSC Hackathon - Project 10. '
13
  ---
14
 
 
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
 
17
  app.py is the one and only app
 
5
  colorTo: red
6
  sdk: streamlit
7
  sdk_version: 1.39.0
8
+ python_version: "3.10"
9
  app_file: call_models/entry_and_hotdog.py
10
  pinned: false
11
  license: apache-2.0
12
  short_description: 'SDSC Hackathon - Project 10. '
13
  ---
14
 
15
+
16
+
17
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
18
 
19
  app.py is the one and only app