Update app.py
Browse files
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():
|