Spaces:
Runtime error
Runtime error
Commit
·
c282466
1
Parent(s):
218a58d
random try
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer,AutoModelForSeq2SeqLM
|
|
3 |
import random
|
4 |
|
5 |
|
6 |
-
@st.cache(show_spinner=False
|
7 |
def load_model(input_complex_sentence,model):
|
8 |
|
9 |
base_path = "flax-community/"
|
|
|
3 |
import random
|
4 |
|
5 |
|
6 |
+
@st.cache(show_spinner=False)
|
7 |
def load_model(input_complex_sentence,model):
|
8 |
|
9 |
base_path = "flax-community/"
|