Spaces:
Runtime error
Runtime error
Update app.py
Browse filesupdates to property listing, with inclusions from ogun state government and oyo state government
also changed the vector db into serverless
app.py
CHANGED
|
@@ -97,5 +97,5 @@ iface = gr.Interface(
|
|
| 97 |
description="Enter your query to search.",
|
| 98 |
)
|
| 99 |
|
| 100 |
-
# Launch
|
| 101 |
iface.launch(share=True)
|
|
|
|
| 97 |
description="Enter your query to search.",
|
| 98 |
)
|
| 99 |
|
| 100 |
+
# Launch Gradio interface
|
| 101 |
iface.launch(share=True)
|