jingwora commited on
Commit
f4ed5e3
·
1 Parent(s): 7073221

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="finlaymacklon/smooth_slate")
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="gradio/glass")
27
 
28
  with demo:
29
  gr.Markdown("# Sentence Similarity")