Spaces:
Runtime error
Runtime error
add codegen
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import streamlit as st
|
|
8 |
|
9 |
GITHUB_CODE = "https://huggingface.co/datasets/lvwerra/github-code"
|
10 |
MODELS = ["CodeParrot", "InCoder", "CodeGen", "PolyCoder"]
|
11 |
-
GENERATION_MODELS = ["CodeParrot", "InCoder"]
|
12 |
|
13 |
@st.cache()
|
14 |
def load_examples():
|
|
|
8 |
|
9 |
GITHUB_CODE = "https://huggingface.co/datasets/lvwerra/github-code"
|
10 |
MODELS = ["CodeParrot", "InCoder", "CodeGen", "PolyCoder"]
|
11 |
+
GENERATION_MODELS = ["CodeParrot", "InCoder", "CodeGen"]
|
12 |
|
13 |
@st.cache()
|
14 |
def load_examples():
|