devkunalnaik commited on
Commit
e5da9d1
·
1 Parent(s): cc03616

Fix: pin Python 3.11 to resolve basicsr/Python 3.13 incompatibility

Browse files
Files changed (2) hide show
  1. .python-version +1 -0
  2. requirements.txt +1 -1
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.11
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # Core UI
2
- gradio>=4.44.0
3
 
4
  # Deep Learning
5
  torch>=2.1.0
 
1
  # Core UI
2
+ gradio==4.44.0
3
 
4
  # Deep Learning
5
  torch>=2.1.0