Spaces:
Running
Running
Got error from your example code
#5
by
AlexGardner
- opened
from gradio_client import Client, handle_file
client = Client("Remade-AI/remade-effects")
result = client.predict(
image_input=handle_file('./gammi.jpg'),
subject="Tortoiseshell maine coon kitten turns into beautiful cat",
duration="Short (3s)",
api_name="/handle_generation"
)
print(result)
gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception: You must select a LoRA before proceeding.
trying to run in on my computer