arjunanand13 commited on
Commit
e8d3c62
·
verified ·
1 Parent(s): e8291f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def launch_interface(doc_retrieval_gen):
106
  EXAMPLES = [
107
  "On which devices can the VIP and CSI2 modules operate simultaneously?",
108
  "I'm using Code Composer Studio 5.4.0.00091 and enabled FPv4SPD16 floating point support for CortexM4 in TDA2. However, after building the project, the .asm file shows --float_support=vfplib instead of FPv4SPD16. Why is this happening?",
109
- "Could you clarify the maximum number of cameras that can be connected simultaneously to the video input ports on the TDA2x SoC?"
110
  ]
111
  interface = gr.Interface(
112
  fn=doc_retrieval_gen.qa_infer_gradio,
 
106
  EXAMPLES = [
107
  "On which devices can the VIP and CSI2 modules operate simultaneously?",
108
  "I'm using Code Composer Studio 5.4.0.00091 and enabled FPv4SPD16 floating point support for CortexM4 in TDA2. However, after building the project, the .asm file shows --float_support=vfplib instead of FPv4SPD16. Why is this happening?",
109
+ "Could you clarify the maximum number of cameras that can be connected simultaneously to the video input ports on the TDA2x SoC, considering it supports up to 10 multiplexed input ports and includes 3 dedicated video input modules?"
110
  ]
111
  interface = gr.Interface(
112
  fn=doc_retrieval_gen.qa_infer_gradio,