top-g-dev commited on
Commit
23243e7
1 Parent(s): 1846ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def inference_img(input_img):
14
  return output
15
 
16
 
17
- with open('styles.css', 'r') as f:
18
  css = f.read()
19
 
20
  with gr.Blocks(css=css) as demo:
 
14
  return output
15
 
16
 
17
+ with open('style.css', 'r') as f:
18
  css = f.read()
19
 
20
  with gr.Blocks(css=css) as demo: