Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
48d2175
1
Parent(s):
a2ce4cc
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
import os
|
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
|
|
|
1 |
import os
|
|
|
|
|
|
|
|
|
2 |
import random
|
3 |
import gradio as gr
|
4 |
from PIL import Image
|