File size: 313 Bytes
c72957e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "image-upscaler"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "basicsr>=1.4.2",
    "gradio>=6.11.0",
    "numpy<2",
    "pillow>=12.2.0",
    "realesrgan>=0.3.0",
    "torch==2.1.2",
    "torchvision==0.16.2",
]