leavoigt commited on
Commit
b342c48
·
verified ·
1 Parent(s): 91925c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ ui = gr.Interface(
11
  placeholder="Enter query here",
12
  info="The query to search for in the vector database"
13
  )]
 
14
 
15
  # Launch with MCP server enabled
16
  if __name__ == "__main__":
 
11
  placeholder="Enter query here",
12
  info="The query to search for in the vector database"
13
  )]
14
+ )
15
 
16
  # Launch with MCP server enabled
17
  if __name__ == "__main__":