ThomasSimonini HF staff commited on
Commit
44524c5
1 Parent(s): f75e9e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,6 +58,6 @@ demo = gr.Interface(
58
  ],
59
  gr.Image(),
60
  title="Watch Agents playing Atari games 🤖",
61
- description="Select an environment to watch a Hugging Face's trained deep reinforcement learning agent."
62
  article = "time_sleep is the time delay between each frame (0.1 by default)."
63
  ).launch(debug=True, enable_queue=True).queue()
 
58
  ],
59
  gr.Image(),
60
  title="Watch Agents playing Atari games 🤖",
61
+ description="Select an environment to watch a Hugging Face's trained deep reinforcement learning agent.",
62
  article = "time_sleep is the time delay between each frame (0.1 by default)."
63
  ).launch(debug=True, enable_queue=True).queue()