Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
neotrin2000/philomath-1209-programming-language-identification
T3LS
/
philomath-1209-programming-language-identification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4542233
philomath-1209-programming-language-identification
/
app.py
T3LS
Update app.py
4542233
verified
9 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
import
gradio
as
gr
import
spaces
@spaces.GPU(
duration=
120
)
gr.Interface(
"models/philomath-1209/programming-language-identification"
).launch()