jingwora commited on
Commit
4032631
·
1 Parent(s): a77a0ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ checkpoint = "intfloat/multilingual-e5-large"
23
  tokenizer = AutoTokenizer.from_pretrained(checkpoint)
24
  model = AutoModel.from_pretrained(checkpoint)
25
 
26
- demo = gr.Blocks(theme="freddyaboulton/dracula_revamped")
27
 
28
  with demo:
29
  gr.Markdown("# Sentence Similarity")
 
23
  tokenizer = AutoTokenizer.from_pretrained(checkpoint)
24
  model = AutoModel.from_pretrained(checkpoint)
25
 
26
+ demo = gr.Blocks(theme="jingwora/calm_seafoam")
27
 
28
  with demo:
29
  gr.Markdown("# Sentence Similarity")