Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trl-lib
/
train
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c6595fc
train
/
app.py
qgallouedec
HF Staff
new app
c6595fc
21 days ago
raw
Copy download link
history
blame
Safe
187 Bytes
import
gradio
as
gr
MARKDOWN =
"""# TRL jobs
Start typing below to see the output.
"""
with
gr.Blocks()
as
demo:
gr.Markdown(MARKDOWN)
if
__name__ ==
"__main__"
:
demo.launch()