Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ with gr.Blocks() as demo:
|
|
| 138 |
with gr.Row():
|
| 139 |
gr.Markdown(
|
| 140 |
"""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.
|
| 141 |
-
""")
|
| 142 |
|
| 143 |
demo.queue(concurrency_count=3)
|
| 144 |
demo.launch(debug=True, show_error=True, enable_queue=True)
|
|
|
|
| 138 |
with gr.Row():
|
| 139 |
gr.Markdown(
|
| 140 |
"""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.
|
| 141 |
+
""")
|
| 142 |
|
| 143 |
demo.queue(concurrency_count=3)
|
| 144 |
demo.launch(debug=True, show_error=True, enable_queue=True)
|