Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ def search(prompt: str):
|
|
242 |
elapsed_time = end_time - start_time
|
243 |
|
244 |
print(f"Execution time: {elapsed_time:.6f} seconds")
|
245 |
-
|
246 |
return results
|
247 |
|
248 |
@app.get("/download-database/")
|
|
|
242 |
elapsed_time = end_time - start_time
|
243 |
|
244 |
print(f"Execution time: {elapsed_time:.6f} seconds")
|
245 |
+
|
246 |
return results
|
247 |
|
248 |
@app.get("/download-database/")
|