initial code
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def respond(query):
|
|
59 |
|
60 |
return response.objects[0].properties
|
61 |
|
62 |
-
examples = gr.Examples(
|
63 |
demo = gr.Interface(fn=respond,
|
64 |
inputs=gr.Textbox(
|
65 |
label="Search the Jeopardy Vector Database powered by Weaviate",
|
|
|
59 |
|
60 |
return response.objects[0].properties
|
61 |
|
62 |
+
examples = gr.Examples(inputs=["Wine", "Movies", "Sports"])
|
63 |
demo = gr.Interface(fn=respond,
|
64 |
inputs=gr.Textbox(
|
65 |
label="Search the Jeopardy Vector Database powered by Weaviate",
|