arad1367 commited on
Commit
b4707c1
1 Parent(s): d5041e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(css="footer {display: none}") as demo:
245
 
246
  # Launch the app
247
  if __name__ == "__main__":
248
- demo.queue(max_size=5, timeout=120) # Increased timeout to 120 seconds
249
  demo.launch(
250
  show_error=True,
251
  share=False,
 
245
 
246
  # Launch the app
247
  if __name__ == "__main__":
248
+ demo.queue(max_size=5) # Increased timeout to 120 seconds
249
  demo.launch(
250
  show_error=True,
251
  share=False,