gradio / api.py
reisarod's picture
Upload folder using huggingface_hub
70edc2e verified
raw
history blame contribute delete
153 Bytes
from gradio_client import Client, file
client = Client("http://127.0.0.1:7860/")
client.predict(
name="Rei",
intensity=0,
api_name="/predict"
)