API is working?

#11
by Jose-VSA - opened

from gradio_client import Client

client = Client("KingNish/Instant-Video")
result = client.predict(
prompt="Hello!!",
base="Realistic",
motion="guoyww/animatediff-motion-lora-zoom-in",
step="4",
api_name="/instant_video"
)
print(result)

I used the suggested code but i received the follow execption:

gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, set show_error=True in launch().

Sign up or log in to comment