project-code-py
project-code-py copied to clipboard
Leetcode using AI
app.py loads every time from new the model intro ram, by press Get Answer, best way will be load model then just Get Answer and model stays in ram if...
min_length = st.sidebar.slider(label='Min length ', min_value=15, max_value=1024, value=20, step=1) max_length = st.sidebar.slider(label='Max length ', max_value=1024, value=100, step=1) 
Hi, the link https://share.streamlit.io/gagan3012/project-code-py/app.py is not working. It says: Error running the app.  Pls fix that problem, thanks
https://share.streamlit.io/gagan3012/project-code-py/app.py this link is not working.
**Is your feature request related to a problem? Please describe.** Gpt j model to be created **Describe the solution you'd like** A clear and concise description of what you want...
# Fixes # # Proposed Changes