Spaces:
Sleeping
Sleeping
Commit
·
f25f75c
1
Parent(s):
49aa116
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ demo = gr.Interface(
|
|
64 |
gr.Slider(0.01, 1, value=0.05),
|
65 |
#gr.Slider(1, 20, value=5)
|
66 |
],
|
67 |
-
gr.Image(shape=(
|
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)."
|
|
|
64 |
gr.Slider(0.01, 1, value=0.05),
|
65 |
#gr.Slider(1, 20, value=5)
|
66 |
],
|
67 |
+
gr.Image(shape=(300, 150)),
|
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)."
|