bokyeong1015 commited on
Commit
d865a02
·
verified ·
1 Parent(s): 965a402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ if __name__ == "__main__":
12
  servicer = SdmCompressionDemo(device)
13
  example_list = servicer.get_example_list()
14
 
15
- with gr.Blocks(theme='nota-ai/theme') as demo:
16
  gr.Markdown(Path('docs/header.md').read_text())
17
  gr.Markdown(Path('docs/description.md').read_text())
18
  with gr.Row():
 
12
  servicer = SdmCompressionDemo(device)
13
  example_list = servicer.get_example_list()
14
 
15
+ with gr.Blocks(theme='nota-ai/theme', css=Path('docs/main.css').read_text()) as demo:
16
  gr.Markdown(Path('docs/header.md').read_text())
17
  gr.Markdown(Path('docs/description.md').read_text())
18
  with gr.Row():