initial code
Browse files
app.py
CHANGED
@@ -83,6 +83,5 @@ with gr.Blocks(title="Search the Jeopardy Vector Database powered by Weaviate) a
|
|
83 |
vdb_button.click(fn=respond, inputs=[semantic_input_text], outputs=gr.Textbox(label="Search Results (Filters = Name)"))
|
84 |
|
85 |
|
86 |
-
|
87 |
if __name__ == "__main__":
|
88 |
demo.launch()
|
|
|
83 |
vdb_button.click(fn=respond, inputs=[semantic_input_text], outputs=gr.Textbox(label="Search Results (Filters = Name)"))
|
84 |
|
85 |
|
|
|
86 |
if __name__ == "__main__":
|
87 |
demo.launch()
|