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