KazukiIz commited on
Commit
c7065d3
·
verified ·
1 Parent(s): 7441653

Update index.php

Browse files
Files changed (1) hide show
  1. index.php +1 -1
index.php CHANGED
@@ -19,7 +19,7 @@
19
  // bigcode/starcoder
20
  // Salesforce/codegen-350M-multi
21
  // APIエンドポイント
22
- $url = "https://api-inference.huggingface.co/models/$modelName";
23
 
24
  // フォームがPOSTメソッドで送信されると処理を実行(&空じゃないかチェック)
25
  if ($_SERVER['REQUEST_METHOD'] === 'POST' && !empty($_POST['inputs'])) {
 
19
  // bigcode/starcoder
20
  // Salesforce/codegen-350M-multi
21
  // APIエンドポイント
22
+ $url = "https://huggingface.co/spaces/KazukiIz/CUDAWebAPP";
23
 
24
  // フォームがPOSTメソッドで送信されると処理を実行(&空じゃないかチェック)
25
  if ($_SERVER['REQUEST_METHOD'] === 'POST' && !empty($_POST['inputs'])) {