Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
from llama_index.core import VectorStoreIndex
|
| 3 |
from llama_index.core import (
|
| 4 |
StorageContext,
|
|
@@ -405,4 +406,4 @@ demo = gr.TabbedInterface(
|
|
| 405 |
["ArXiv", "Tavily", "List Retrievers", "Retrieve"]
|
| 406 |
)
|
| 407 |
|
| 408 |
-
demo.launch(mcp_server=True)
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
gr.processing_utils.set_locale("en")
|
| 3 |
from llama_index.core import VectorStoreIndex
|
| 4 |
from llama_index.core import (
|
| 5 |
StorageContext,
|
|
|
|
| 406 |
["ArXiv", "Tavily", "List Retrievers", "Retrieve"]
|
| 407 |
)
|
| 408 |
|
| 409 |
+
demo.launch(mcp_server=True, language="en")
|