Skip to content

Commit

Permalink
fix: update API address
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmily committed May 6, 2024
1 parent e2b2666 commit 8d5abd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install -r requirements.txt
**Set up the environment variable**

```
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/5eyuf/
```

Run
Expand All @@ -37,8 +37,8 @@ python app.py
Success log

```
API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
Loaded as API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/ ✔
API: https://humanaigc-outfitanyone.hf.space/--replicas/5eyuf/
Loaded as API: https://humanaigc-outfitanyone.hf.space/--replicas/5eyuf/ ✔
Running on local URL: http://127.0.0.1:6006
```

Expand Down
6 changes: 3 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install -r requirements.txt
**设置环境变量(重点)**

```
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
export OA_IP_ADDRESS=https://humanaigc-outfitanyone.hf.space/--replicas/5eyuf/
```

运行
Expand All @@ -37,8 +37,8 @@ python app.py
启动成功后,web服务运行在6006端口。你将看到以下类似信息

```
API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/
Loaded as API: https://humanaigc-outfitanyone.hf.space/--replicas/ppht9/ ✔
API: https://humanaigc-outfitanyone.hf.space/--replicas/5eyuf/
Loaded as API: https://humanaigc-outfitanyone.hf.space/--replicas/5eyuf/ ✔
Running on local URL: http://127.0.0.1:6006
```

Expand Down

1 comment on commit 8d5abd6

@Alexmiumiu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

您好!我运行了之后出现404,Sorry, we can’t find the page you are looking for. 是https://humanaigc-outfitanyone.hf.space/--replicas/5eyuf/更新了还是因为我的网络不能访问huggingface.co导致的呢?

Please sign in to comment.