Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
db58d3d
1
Parent(s):
b92fc44
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
os.system("git clone https://github.com/xinntao/Real-ESRGAN.git")
|
3 |
os.chdir("Real-ESRGAN")
|
4 |
os.system("pwd")
|
|
|
5 |
import random
|
6 |
import gradio as gr
|
7 |
from PIL import Image
|
|
|
2 |
os.system("git clone https://github.com/xinntao/Real-ESRGAN.git")
|
3 |
os.chdir("Real-ESRGAN")
|
4 |
os.system("pwd")
|
5 |
+
os.system("pip install realesrgan")
|
6 |
import random
|
7 |
import gradio as gr
|
8 |
from PIL import Image
|