Spaces:
Sleeping
Sleeping
minor fix
Browse files
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
|
| 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()
|