Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThomasSimonini
/
Compare-Reinforcement-Learning-Agents
like
7
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ThomasSimonini
HF staff
commited on
Jul 26, 2022
Commit
c3c7548
·
1 Parent(s):
59d1d33
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,5 +52,5 @@ agent2 = gr.Interface(load_agent, gr.Textbox(
52
53
54
55
-
#
gr.Series(agent1, agent2).launch()
56
52
53
54
55
+
gr.Series(agent1, agent2).launch()
56