Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ uid=uuid.uuid4()
|
|
16 |
if not os.path.exists(f'{uid}'): os.makedirs(f'{uid}')
|
17 |
if not os.path.exists(f'{uid}-frames'): os.makedirs(f'{uid}-frames')
|
18 |
if not os.path.exists(f'{uid}-rembg'): os.makedirs(f'{uid}-rembg')
|
19 |
-
esr = gr.Interface.load("spaces/Omnibus/
|
20 |
main_url= "https://omnibus-Deblur-Media.hf.space"
|
21 |
load_js = """
|
22 |
function(text_input, url_params) {
|
|
|
16 |
if not os.path.exists(f'{uid}'): os.makedirs(f'{uid}')
|
17 |
if not os.path.exists(f'{uid}-frames'): os.makedirs(f'{uid}-frames')
|
18 |
if not os.path.exists(f'{uid}-rembg'): os.makedirs(f'{uid}-rembg')
|
19 |
+
esr = gr.Interface.load("spaces/Omnibus/real-esrgan-mod")
|
20 |
main_url= "https://omnibus-Deblur-Media.hf.space"
|
21 |
load_js = """
|
22 |
function(text_input, url_params) {
|