pikto commited on
Commit
77fe32c
1 Parent(s): 8334a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def send_it(inputs, model_choice):
40
  return proc(inputs)
41
 
42
 
43
- with gr.Blocks() as myface:
44
  gr.HTML(
45
 
46
  )
 
40
  return proc(inputs)
41
 
42
 
43
+ with gr.Blocks(css='style.css') as myface:
44
  gr.HTML(
45
 
46
  )