mboth commited on
Commit
ca86bf8
1 Parent(s): 0a54950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import math
3
  import transformers
4
  from transformers import pipeline
5
 
6
- model = pipeline("text-classification", model = 'mboth/klassifizierungGrundfunktionenKHLowercase')
7
  klassifikation_waerme_versorgen = pipeline("text-classification", model = 'mboth/klassifizierungWaermeVersorgen')
8
  klassifikation_waerme_verteilen = pipeline("text-classification", model = 'mboth/klassifizierungWaermeVerteilen')
9
  klassifikation_waerme_erzeugen = pipeline("text-classification", model = 'mboth/klassifizierungErzeugen')
 
3
  import transformers
4
  from transformers import pipeline
5
 
6
+ model = pipeline("text-classification", model = 'mboth/klassifizierungGrundfunktionenKH')
7
  klassifikation_waerme_versorgen = pipeline("text-classification", model = 'mboth/klassifizierungWaermeVersorgen')
8
  klassifikation_waerme_verteilen = pipeline("text-classification", model = 'mboth/klassifizierungWaermeVerteilen')
9
  klassifikation_waerme_erzeugen = pipeline("text-classification", model = 'mboth/klassifizierungErzeugen')