Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ def predict():
|
|
54 |
print(f"user_query: {user_query}")
|
55 |
|
56 |
if user_query != None:
|
|
|
57 |
predictions = call_predict_api(
|
58 |
user_query,
|
59 |
model_retrieval,
|
|
|
54 |
print(f"user_query: {user_query}")
|
55 |
|
56 |
if user_query != None:
|
57 |
+
print("predicting")
|
58 |
predictions = call_predict_api(
|
59 |
user_query,
|
60 |
model_retrieval,
|