BioMike commited on
Commit
108fe82
·
1 Parent(s): 2659381
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from interfaces import landing_interface, main_pipeline
6
 
7
  demo = gr.TabbedInterface([landing_interface, main_pipeline],
8
  ["Introduction", "Reranking"],
9
- title="GLiClass SandBox",
10
  theme=gr.themes.Base())
11
 
12
  demo.queue()
 
6
 
7
  demo = gr.TabbedInterface([landing_interface, main_pipeline],
8
  ["Introduction", "Reranking"],
9
+ title="GLiClass Reranker",
10
  theme=gr.themes.Base())
11
 
12
  demo.queue()