Spaces:
Running
Running
Commit
·
1c798ee
1
Parent(s):
f147c07
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(),
|
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=(600, 300)),
|
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)."
|