Spaces:
Running
Running
Commit
·
f147c07
1
Parent(s):
25f7fde
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ demo = gr.Interface(
|
|
68 |
title="Watch Agents playing Atari games 🤖",
|
69 |
description="Select an environment to watch a Hugging Face's trained deep reinforcement learning agent.",
|
70 |
article = "time_sleep is the time delay between each frame (0.05 by default)."
|
71 |
-
).launch().queue()
|
|
|
68 |
title="Watch Agents playing Atari games 🤖",
|
69 |
description="Select an environment to watch a Hugging Face's trained deep reinforcement learning agent.",
|
70 |
article = "time_sleep is the time delay between each frame (0.05 by default)."
|
71 |
+
).launch().queue(max_concurrency=20, max_size=20)
|