FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
replicate-python/replicate/__init__.py at main · jb-mina/replicate-python · GitHub
jb-mina
/
replicate-python
Public
forked from
replicate/replicate-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
replicate-python
/
replicate
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (17 loc) · 640 Bytes
Breadcrumbs
replicate-python
/
replicate
/
__init__.py
Copy path
File metadata and controls
22 lines (17 loc) · 640 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
from
replicate
.
client
import
Client
from
replicate
.
pagination
import
async_paginate
as
_async_paginate
from
replicate
.
pagination
import
paginate
as
_paginate
default_client
=
Client
()
run
=
default_client
.
run
async_run
=
default_client
.
async_run
stream
=
default_client
.
stream
async_stream
=
default_client
.
async_stream
paginate
=
_paginate
async_paginate
=
_async_paginate
collections
=
default_client
.
collections
hardware
=
default_client
.
hardware
deployments
=
default_client
.
deployments
models
=
default_client
.
models
predictions
=
default_client
.
predictions
trainings
=
default_client
.
trainings
webhooks
=
default_client
.
webhooks
Back
|
FazBrowse Home
|
New Git URL