Quentin Gallouédec commited on
Commit
2a019f9
1 Parent(s): 8071283

minor changes

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -228,7 +228,7 @@ Atari environments are evaluated on the `NoFrameskip-v4` version of the environm
228
 
229
  ## 🚑 Troubleshooting
230
 
231
- If you encounter any issue, please open an issue on the [Open RL Leaderboard repository](https://huggingface.co/spaces/open-rl-leaderboard/leaderboard/discussions/new).
232
 
233
  ## 📜 Citation
234
 
@@ -276,11 +276,12 @@ with gr.Blocks() as demo:
276
  )
277
  video = gr.PlayableVideo(
278
  video_path,
279
- autoplay=True,
280
  scale=1,
281
  min_width=50,
 
282
  show_download_button=False,
283
- label=model_id,
284
  )
285
  # Doesn't loop for the moment, see https://github.com/gradio-app/gradio/issues/7689
286
 
 
228
 
229
  ## 🚑 Troubleshooting
230
 
231
+ If you encounter any issue, please [open an issue](https://huggingface.co/spaces/open-rl-leaderboard/leaderboard/discussions/new) on the Open RL Leaderboard repository.
232
 
233
  ## 📜 Citation
234
 
 
276
  )
277
  video = gr.PlayableVideo(
278
  video_path,
279
+ label=model_id,
280
  scale=1,
281
  min_width=50,
282
+ autoplay=True,
283
  show_download_button=False,
284
+ show_share_button=False,
285
  )
286
  # Doesn't loop for the moment, see https://github.com/gradio-app/gradio/issues/7689
287