raannakasturi commited on
Commit
b63c6b3
1 Parent(s): c9c7eab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ app = gr.Interface(
26
  title="Website Monitor<br> by <a href='https://nayankasturi.eu.org'>Nayan Kasturi</a> aka Raanna.<br> Checkout the <a href='https://github.com/raannakasturi'>Github</a> for more projects and contact info.",
27
  description="This app captures website status and its screenshot and displays it, along with sending mail to the person, in case website is down.",
28
  api_name="get",
29
- concurrency_limit=None
30
  )
31
 
32
  if __name__ == "__main__":
 
26
  title="Website Monitor<br> by <a href='https://nayankasturi.eu.org'>Nayan Kasturi</a> aka Raanna.<br> Checkout the <a href='https://github.com/raannakasturi'>Github</a> for more projects and contact info.",
27
  description="This app captures website status and its screenshot and displays it, along with sending mail to the person, in case website is down.",
28
  api_name="get",
29
+ concurrency_limit=10
30
  )
31
 
32
  if __name__ == "__main__":