Sagar32 commited on
Commit
0f6f997
·
verified ·
1 Parent(s): 0c17c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -378,4 +378,4 @@ with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Soft()) as demo:
378
 
379
  gr.HTML("<div class='footer'>Built using Gradio & Hugging Face</div>")
380
 
381
- demo.queue(False).launch() # Use this for your sequential batch processing
 
378
 
379
  gr.HTML("<div class='footer'>Built using Gradio & Hugging Face</div>")
380
 
381
+ demo.launch() # Use this for your sequential batch processing