Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,7 +292,7 @@ def get_inference_models():
|
|
| 292 |
|
| 293 |
|
| 294 |
# MARK: Gradio BLOCKS UI css=custom_css
|
| 295 |
-
with gr.Blocks(
|
| 296 |
# ... (Your existing UI header markdown) ...
|
| 297 |
with gr.Row(elem_classes="row-header"):
|
| 298 |
gr.Markdown(
|
|
|
|
| 292 |
|
| 293 |
|
| 294 |
# MARK: Gradio BLOCKS UI css=custom_css
|
| 295 |
+
with gr.Blocks(css=custom_css, js=custom_js, head=custom_head, title=title, theme=theme) as demo:
|
| 296 |
# ... (Your existing UI header markdown) ...
|
| 297 |
with gr.Row(elem_classes="row-header"):
|
| 298 |
gr.Markdown(
|