ysharma HF Staff commited on
Commit
5f927fd
·
1 Parent(s): ffce93e
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -110,4 +110,6 @@ with gr.Blocks() as demo:
110
  gr.Markdown(
111
  """Please keep in mind a few caveats while using this Space:<br>1. Kindly note that sometimes the joke might be NSFW. Although, I have tried putting in filters to avoid that experience, however, the filters seem non-exhaustive.<br>2. Sometimes the joke might not match your theme, please bear with the limited capabilities of free open-source ML prototypes.<br>3. Much like real life, sometimes the joke might just not land, haha!<br>4. Run time depends on the load on the underlying spaces at the time.
112
  """)
 
 
113
  demo.launch(debug=True, show_error=True, enable_queue=True)
 
110
  gr.Markdown(
111
  """Please keep in mind a few caveats while using this Space:<br>1. Kindly note that sometimes the joke might be NSFW. Although, I have tried putting in filters to avoid that experience, however, the filters seem non-exhaustive.<br>2. Sometimes the joke might not match your theme, please bear with the limited capabilities of free open-source ML prototypes.<br>3. Much like real life, sometimes the joke might just not land, haha!<br>4. Run time depends on the load on the underlying spaces at the time.
112
  """)
113
+
114
+ demo.queue(concurrency_count=3)
115
  demo.launch(debug=True, show_error=True, enable_queue=True)