# -*- 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