Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def switch_model(model_choice):
|
|
| 41 |
"""Function to switch between models"""
|
| 42 |
return gr.update(visible=False), gr.update(visible=True), model_choice
|
| 43 |
|
| 44 |
-
with gr.Blocks(fill_height=True, theme=gr.themes.Soft
|
| 45 |
with gr.Row():
|
| 46 |
# Sidebar
|
| 47 |
with gr.Column(scale=1):
|
|
|
|
| 41 |
"""Function to switch between models"""
|
| 42 |
return gr.update(visible=False), gr.update(visible=True), model_choice
|
| 43 |
|
| 44 |
+
with gr.Blocks(fill_height=True, theme=gr.themes.Soft, css=custom_css) as demo:
|
| 45 |
with gr.Row():
|
| 46 |
# Sidebar
|
| 47 |
with gr.Column(scale=1):
|