File size: 153 Bytes
70edc2e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from gradio_client import Client, file

client = Client("http://127.0.0.1:7860/")

client.predict(
  name="Rei",
  intensity=0,
  api_name="/predict"
)