Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from models import return_sum_models
|
|
5 |
|
6 |
class LLM_Langchain():
|
7 |
def __init__(self):
|
8 |
-
st.warning("Warning:
|
9 |
st.header('🦜 Code summarization with CodeT5-small + CodeXGLUE dataset')
|
10 |
st.warning("Enter your huggingface API key first !")
|
11 |
|
|
|
5 |
|
6 |
class LLM_Langchain():
|
7 |
def __init__(self):
|
8 |
+
st.warning("Warning: input function needs cleaning and may take long to be processed")
|
9 |
st.header('🦜 Code summarization with CodeT5-small + CodeXGLUE dataset')
|
10 |
st.warning("Enter your huggingface API key first !")
|
11 |
|