Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThomasSimonini
/
SB3_Atari
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ThomasSimonini
HF staff
commited on
Mar 2, 2022
Commit
97e94df
·
1 Parent(s):
03a58f2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,5 +66,5 @@ iface = gr.Interface(fn=replay, inputs=[
66
]
67
68
69
-
, outputs=["video", "text"],
enable
=True)
70
iface.launch()
66
]
67
68
69
+
, outputs=["video", "text"],
enable_queue
=True)
70
iface.launch()