Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update client space
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def retrieve_paragraphs(query):
|
|
113 |
|
114 |
try:
|
115 |
# Call the API with the uploaded file
|
116 |
-
client = Client("https://giz-
|
117 |
result = client.predict(
|
118 |
query=query,
|
119 |
reports_filter="",
|
|
|
113 |
|
114 |
try:
|
115 |
# Call the API with the uploaded file
|
116 |
+
client = Client("https://giz-eudr-retriever.hf.space/")
|
117 |
result = client.predict(
|
118 |
query=query,
|
119 |
reports_filter="",
|