Dagfinn1962 commited on
Commit
73c8ddb
·
verified ·
1 Parent(s): c5e456d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ title = """<h1 align="center">NUDIFIER APP
93
 
94
  """
95
 
96
- with gr.Blocks(css=css , theme="Yntec/HaleyCH_Theme_Orange") as demo:
97
  gr.HTML(title)
98
  with gr.Row():
99
  with gr.Column():
 
93
 
94
  """
95
 
96
+ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
97
  gr.HTML(title)
98
  with gr.Row():
99
  with gr.Column():