openfree commited on
Commit
df97c7f
·
verified ·
1 Parent(s): d6a6338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", css=custom_css) as demo:
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):