Spaces:
Build error
Build error
Commit
·
25785c5
1
Parent(s):
1890401
Add missing deps
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
|
@@ -28,7 +28,7 @@ Space by [ZachNagengast](https://huggingface.co/ZachNagengast)
|
|
| 28 |
|
| 29 |
[Follow me on Twitter!](https://twitter.com/ZachNagengast)
|
| 30 |
|
| 31 |
-
Upscaler models provided by the [BasicSR](https://github.com/XPixelGroup/BasicSR) python
|
| 32 |
|
| 33 |
Emojis by [Apple](https://www.apple.com).
|
| 34 |
'''
|
|
|
|
| 28 |
|
| 29 |
[Follow me on Twitter!](https://twitter.com/ZachNagengast)
|
| 30 |
|
| 31 |
+
Upscaler models provided by the [BasicSR](https://github.com/XPixelGroup/BasicSR) and (Real-ESRGAN)[https://github.com/xinntao/Real-ESRGAN] python packages.
|
| 32 |
|
| 33 |
Emojis by [Apple](https://www.apple.com).
|
| 34 |
'''
|
requirements.txt
CHANGED
|
@@ -10,4 +10,5 @@ transformers
|
|
| 10 |
tqdm
|
| 11 |
facexlib
|
| 12 |
gfpgan
|
| 13 |
-
basicsr
|
|
|
|
|
|
| 10 |
tqdm
|
| 11 |
facexlib
|
| 12 |
gfpgan
|
| 13 |
+
basicsr
|
| 14 |
+
realsrganer
|