From 7cbedfcbdf55a80fca36e149af5bebf854cac082 Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Wed, 14 Feb 2024 09:41:48 +0900 Subject: [PATCH] Update README. --- README.md | 6 +++--- README_ja.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0a54640..fe41eea 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ This is a Diffusers-based script for running Stable Diffusion on [Modal](https:/ The app requires the following to run: - python: > 3.10 -- modal-client +- modal - A token for Modal. -The `modal-client` is the Python library. In order to install that: +The `modal` is the Python library. In order to install that: ```bash -pip install modal-client +pip install modal ``` And you need a modal token to use this script: diff --git a/README_ja.md b/README_ja.md index cb38415..6952a02 100644 --- a/README_ja.md +++ b/README_ja.md @@ -21,14 +21,14 @@ このスクリプトを実行するには最低限下記のツールが必要です: - python: > 3.10 -- modal-client +- modal - ModalのAPIトークン - Hagging FaceのAPIトークン(非公開のリポジトリのモデルを参照したい場合に必須) -`modal-client`はModalをCLIから操作するためのPythonライブラリです。下記のようにインストールします: +`modal`はModalをCLIから操作するためのPythonライブラリです。下記のようにインストールします: ```bash -pip install modal-client +pip install modal ``` And you need a modal token to use this script: