akashmadisetty commited on
Commit
f39fe5c
·
1 Parent(s): a44e592
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -783,4 +783,4 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
783
 
784
  # --- Launch App ---
785
  # Allow built-in theme switching
786
- demo.queue().launch(share=False, allowed_themes=["light", "dark"])
 
783
 
784
  # --- Launch App ---
785
  # Allow built-in theme switching
786
+ demo.launch(share=False, allowed_themes=["light", "dark"])