Text Generation
Transformers
Safetensors
English
kate
Toasteror commited on
Commit
ff4d506
·
1 Parent(s): 897b67a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -24,7 +24,10 @@ Money wasted: 11€
24
  ## Usage
25
 
26
  Please use the api of the space.
27
- '
 
 
 
28
  from gradio_client import Client
29
 
30
  client = Client("unamedai/Kate")
@@ -36,4 +39,4 @@ result = client.predict(
36
  api_name="/predict"
37
  )
38
  print(result)
39
- '
 
24
  ## Usage
25
 
26
  Please use the api of the space.
27
+ ```
28
+ pip install gradio_client
29
+ ```
30
+ ```
31
  from gradio_client import Client
32
 
33
  client = Client("unamedai/Kate")
 
39
  api_name="/predict"
40
  )
41
  print(result)
42
+ ```