ImageEnhancer / imageenhancer.py
hrishikeshagi's picture
Rename copy_of_face_restoration_with_codeformer.py to imageenhancer.py
a959158
# -*- 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