geronimo-pericoli commited on
Commit
c533205
·
verified ·
1 Parent(s): 97520b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")