Spaces:
Runtime error
Runtime error
upd model names
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 3 |
|
| 4 |
-
# model_name = "flax-community/gpt-
|
| 5 |
-
model_name = "flax-community/gpt-
|
| 6 |
|
| 7 |
@st.cache(allow_output_mutation=True, max_entries=1)
|
| 8 |
def get_model():
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 3 |
|
| 4 |
+
# model_name = "flax-community/gpt-neo-1.3B-apps-all"
|
| 5 |
+
model_name = "flax-community/gpt-neo-125M-apps-all"
|
| 6 |
|
| 7 |
@st.cache(allow_output_mutation=True, max_entries=1)
|
| 8 |
def get_model():
|