Lip_dect / predict_plate.py
pujar jayakumar
api_call
c27a179
raw
history blame contribute delete
261 Bytes
from gradio_client import Client, handle_file
client = Client("jayakumarpujar/Lip_dect")
result = client.predict(
image=handle_file('https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png'),
api_name="/predict_plate"
)
print(result)