Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import os
|
2 |
os.system("git clone https://github.com/ckkelvinchan/RealBasicVSR.git")
|
3 |
-
os.
|
4 |
-
os.system("mim install mmcv-full")
|
5 |
import gradio as gr
|
6 |
os.system("wget -q https://huggingface.co/akhaliq/RealBasicVSR_x4/resolve/main/RealBasicVSR_x4.pth")
|
7 |
|
|
|
1 |
import os
|
2 |
os.system("git clone https://github.com/ckkelvinchan/RealBasicVSR.git")
|
3 |
+
os.chdir("RealBasicVSR")
|
|
|
4 |
import gradio as gr
|
5 |
os.system("wget -q https://huggingface.co/akhaliq/RealBasicVSR_x4/resolve/main/RealBasicVSR_x4.pth")
|
6 |
|