Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -161,9 +161,9 @@ def qa_infer(query):
|
|
161 |
# query = "What` is the best TS pin configuration for BQ24040 in normal battery charge mode"
|
162 |
# qa_infer(query)
|
163 |
|
164 |
-
EXAMPLES = ["
|
165 |
"Can BQ25896 support I2C interface?",
|
166 |
-
"
|
167 |
|
168 |
demo = gr.Interface(fn=qa_infer, inputs="text",allow_flagging='never', examples=EXAMPLES,
|
169 |
cache_examples=False,outputs="text")
|
|
|
161 |
# query = "What` is the best TS pin configuration for BQ24040 in normal battery charge mode"
|
162 |
# qa_infer(query)
|
163 |
|
164 |
+
EXAMPLES = [" How to use IPU1_0 instead of A15_0 to process NDK in TDA2x-EVM",
|
165 |
"Can BQ25896 support I2C interface?",
|
166 |
+
"Does TDA2 vout support bt656 8-bit mode?"]
|
167 |
|
168 |
demo = gr.Interface(fn=qa_infer, inputs="text",allow_flagging='never', examples=EXAMPLES,
|
169 |
cache_examples=False,outputs="text")
|