Spaces:
Sleeping
Sleeping
LVKinyanjui
commited on
Commit
•
0285186
1
Parent(s):
846cd15
Unignored comment
Browse files- inference_main.py +1 -1
inference_main.py
CHANGED
@@ -14,7 +14,7 @@ submit = st.button("Submit")
|
|
14 |
# def load_model_cached():
|
15 |
# return load_model()
|
16 |
|
17 |
-
model = load_model_cached()
|
18 |
|
19 |
if submit:
|
20 |
# response = infer(model, text_input)
|
|
|
14 |
# def load_model_cached():
|
15 |
# return load_model()
|
16 |
|
17 |
+
# model = load_model_cached()
|
18 |
|
19 |
if submit:
|
20 |
# response = infer(model, text_input)
|