rdezwart commited on
Commit
523726f
·
1 Parent(s): 26fd683

Fix build error from using Python 3.12

Browse files

Trying this solution from https://stackoverflow.com/a/77364602

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 👀
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
- python_version: 3.12
8
  sdk_version: 4.26.0
9
  app_file: app.py
10
  short_description: Final project for IAT 481 at SFU, Spring 2024.
 
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
+ python_version: 3.11
8
  sdk_version: 4.26.0
9
  app_file: app.py
10
  short_description: Final project for IAT 481 at SFU, Spring 2024.