Learnerbegginer commited on
Commit
6468ae5
·
1 Parent(s): 4274aed

Fix Python 3.13 compatibility - use Python 3.11 and stable Gradio 4.32.2

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. requirements.txt +0 -0
README.md CHANGED
@@ -4,7 +4,8 @@ emoji: 🤖
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.44.0
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 4.32.2
8
+ python_version: 3.11
9
  app_file: app.py
10
  pinned: false
11
  license: mit
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ