Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -188,8 +188,8 @@ def setup_webhook_routes(app: FastAPI):
|
|
188 |
#no_process_file(text, "ai")
|
189 |
#\r\m
|
190 |
from babyagi.classesa.diamond import calculate
|
191 |
-
title = f""" ダイヤ予測計算の実行 類似5件表示
|
192 |
-
res_calculate = calculate(
|
193 |
subtitle = res_calculate
|
194 |
link_text = "データを確認する"
|
195 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
|
|
188 |
#no_process_file(text, "ai")
|
189 |
#\r\m
|
190 |
from babyagi.classesa.diamond import calculate
|
191 |
+
title = f""" ダイヤ予測計算の実行 類似5件表示 {promps} \r\m id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
|
192 |
+
res_calculate = calculate(promps)
|
193 |
subtitle = res_calculate
|
194 |
link_text = "データを確認する"
|
195 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|