Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
namnh113
/
Code_Summarization
like
2
Runtime error
App
Files
Files
Community
namnh113
commited on
Dec 1, 2023
Commit
9f50780
•
1 Parent(s):
4398eba
Create models.py
Browse files
Files changed (1)
hide
show
models.py
+4
-0
models.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
def return_sum_models(language):
2
+
if language in ["php", "python", "java", "ruby", "javascript", "go", "cpp"]:
3
+
return f"namnh113/codet5sum_{language}"
4
+
return ""