Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macrocosm-os
/
pretraining-leaderboard
like
4
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
29c6420
pretraining-leaderboard
/
app.py
CryptAL
Test commit
29c6420
about 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
gradio
as
gr
def
greet
(
name
):
return
name
demo = gr.Interface(fn=greet, inputs=
"sn9 leaderboard coming soon. Stay tune!!"
, outputs=
"text"
)
demo.launch()