Omnibus commited on
Commit
6120714
1 Parent(s): 97e8f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/real-esrgan-mod")
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) {