Spaces:
Runtime error
Runtime error
Commit
·
1ac8371
1
Parent(s):
4b8b1d0
Remove typo
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
43 |
description = '',
|
44 |
article =
|
45 |
'''<div>
|
46 |
-
<p style="text-align: center">This version of the RL library
|
47 |
<p style="text-align: center"> Select the trained agent you want to watch perform.
|
48 |
These models are from <a href="https://github.com/araffin/rl-baselines-zoo">Stable Baseline Zoo</a></p>
|
49 |
<p>
|
|
|
43 |
description = '',
|
44 |
article =
|
45 |
'''<div>
|
46 |
+
<p style="text-align: center">This version of the RL library allows you to load models directly from the Hugging Face Hub</p>
|
47 |
<p style="text-align: center"> Select the trained agent you want to watch perform.
|
48 |
These models are from <a href="https://github.com/araffin/rl-baselines-zoo">Stable Baseline Zoo</a></p>
|
49 |
<p>
|