Spaces:
Sleeping
Sleeping
Yichuan Huang
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ interface = gr.Interface(
|
|
| 19 |
gr.Textbox(label="Best Model Score", value="919.9"),
|
| 20 |
],
|
| 21 |
title="Car Racing Videos Demo",
|
| 22 |
-
description="This demo shows the final and best model videos and scores of the Car Racing environment.",
|
| 23 |
)
|
| 24 |
|
| 25 |
if __name__ == "__main__":
|
|
|
|
| 19 |
gr.Textbox(label="Best Model Score", value="919.9"),
|
| 20 |
],
|
| 21 |
title="Car Racing Videos Demo",
|
| 22 |
+
description="This demo shows the final and best reinforcement learning model videos and scores of the Car Racing environment.",
|
| 23 |
)
|
| 24 |
|
| 25 |
if __name__ == "__main__":
|