Spaces:
Runtime error
Runtime error
Commit
·
5e3cbb5
1
Parent(s):
aab6fe4
Update app.py
Browse files
app.py
CHANGED
@@ -72,5 +72,5 @@ gr.Interface(load_agent,
|
|
72 |
["ThomasSimonini/ppo-QbertNoFrameskip-v4","sb3/ppo-QbertNoFrameskip-v4"],
|
73 |
],
|
74 |
title="Compare Deep Reinforcement Learning agents",
|
75 |
-
description="Type two models id you want to compare"
|
76 |
).launch()
|
|
|
72 |
["ThomasSimonini/ppo-QbertNoFrameskip-v4","sb3/ppo-QbertNoFrameskip-v4"],
|
73 |
],
|
74 |
title="Compare Deep Reinforcement Learning agents",
|
75 |
+
description="Type two models id you want to compare or check examples below."
|
76 |
).launch()
|