soupstick commited on
Commit
6410283
·
1 Parent(s): 158b238

Fix Python version quoting in space.yaml

Browse files
Files changed (1) hide show
  1. space.yaml +2 -1
space.yaml CHANGED
@@ -1,5 +1,6 @@
1
  runtime:
2
- python: 3.10
3
  sdk: gradio
4
  sdk_version: 4.40.0
5
  app_file: app.py
 
 
1
  runtime:
2
+ python: "3.10"
3
  sdk: gradio
4
  sdk_version: 4.40.0
5
  app_file: app.py
6
+