Skip to content

Commit 40f1837

Browse files
committed
README: Minor updates
1 parent f6ffecf commit 40f1837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ ln -s docker/{nvidia/Dockerfile,nvidia/docker-compose.yml,.dockerignore} .
201201
For AMD GPU:
202202
ln -s docker/{amd/Dockerfile,amd/docker-compose.yml,.dockerignore} .
203203
For Intel GPU:
204-
ln -s docker/{intel/Dockerfile,amd/docker-compose.yml,.dockerignore} .
204+
ln -s docker/{intel/Dockerfile,intel/docker-compose.yml,.dockerignore} .
205205
For CPU only
206206
ln -s docker/{cpu/Dockerfile,cpu/docker-compose.yml,.dockerignore} .
207207
cp docker/.env.example .env
@@ -365,7 +365,7 @@ Gradio:
365365
366366
API:
367367
--api Enable the API extension.
368-
--public-api Create a public URL for the API using Cloudfare.
368+
--public-api Create a public URL for the API using Cloudflare.
369369
--public-api-id PUBLIC_API_ID Tunnel ID for named Cloudflare Tunnel. Use together with public-api option.
370370
--api-port API_PORT The listening port for the API.
371371
--api-key API_KEY API authentication key.

modules/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
# API
164164
group = parser.add_argument_group('API')
165165
group.add_argument('--api', action='store_true', help='Enable the API extension.')
166-
group.add_argument('--public-api', action='store_true', help='Create a public URL for the API using Cloudfare.')
166+
group.add_argument('--public-api', action='store_true', help='Create a public URL for the API using Cloudflare.')
167167
group.add_argument('--public-api-id', type=str, help='Tunnel ID for named Cloudflare Tunnel. Use together with public-api option.', default=None)
168168
group.add_argument('--api-port', type=int, default=5000, help='The listening port for the API.')
169169
group.add_argument('--api-key', type=str, default='', help='API authentication key.')

0 commit comments

Comments
 (0)