Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -15,4 +15,6 @@ tqdm
|
|
15 |
yapf
|
16 |
lpips
|
17 |
gdown # supports downloading the large file from Google Drive
|
18 |
-
basicsr
|
|
|
|
|
|
15 |
yapf
|
16 |
lpips
|
17 |
gdown # supports downloading the large file from Google Drive
|
18 |
+
basicsr
|
19 |
+
fastapi
|
20 |
+
uvicorn
|