Spaces:
GIZ
/
Running on CPU Upgrade

peter2000 commited on
Commit
4b3b914
1 Parent(s): 2d65499

Update appStore/sdg_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py CHANGED
@@ -144,7 +144,7 @@ def app():
144
  # load from disc (github repo) for performance boost
145
  @st.cache(allow_output_mutation=True)
146
  def load_sdgClassifier():
147
- classifier = pipeline("text-classification", model= "jonas/roberta-base-finetuned-sdg")
148
 
149
  return classifier
150
 
 
144
  # load from disc (github repo) for performance boost
145
  @st.cache(allow_output_mutation=True)
146
  def load_sdgClassifier():
147
+ classifier = pipeline("text-classification", model= "jonas/sdg_classifier_osdg")
148
 
149
  return classifier
150