File size: 452 Bytes
781598d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-
"""Copy of Face Restoration with CodeFormer

Automatically generated by Colaboratory.

Original file is located at
    https://colab.research.google.com/drive/1kswhiW8ShbZ3k_wOB-THaK7BFH9oR6YF
"""

!nvidia-smi

!git clone https://huggingface.co/spaces/sczhou/CodeFormer

# Commented out IPython magic to ensure Python compatibility.
# %cd CodeFormer

!pip install -r requirements.txt -q

!pip install -q gradio

!python app.py