Update app.py
Browse files
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.
|
|
|
|
| 378 |
|
| 379 |
gr.HTML("<div class='footer'>Built using Gradio & Hugging Face</div>")
|
| 380 |
|
| 381 |
+
demo.launch() # Use this for your sequential batch processing
|