adithimshrouthy commited on
Commit
401d729
·
verified ·
1 Parent(s): f810aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import os
7
  app = FastAPI()
8
 
9
  # === MODELS (unchanged per your request) ===
 
10
  ZSC_MODEL = "facebook/bart-large-mnli"
11
  SA_MODEL = "distilbert-base-uncased-finetuned-sst-2-english"
12
  SUM_MODEL = "t5-small"
 
7
  app = FastAPI()
8
 
9
  # === MODELS (unchanged per your request) ===
10
+ # ZSC_MODEL="MoritzLaurer/deberta-v3-large-zeroshot-v2.0-c"
11
  ZSC_MODEL = "facebook/bart-large-mnli"
12
  SA_MODEL = "distilbert-base-uncased-finetuned-sst-2-english"
13
  SUM_MODEL = "t5-small"