Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Error 503: {'error': 'Service Unavailable'} #30816

Open
2 of 4 tasks
jeremierostan opened this issue May 15, 2024 · 1 comment
Open
2 of 4 tasks

ValueError: Error 503: {'error': 'Service Unavailable'} #30816

jeremierostan opened this issue May 15, 2024 · 1 comment
Labels

Comments

@jeremierostan
Copy link

System Info

I am using this colab: https://colab.research.google.com/drive/1c7MHD-T1forUPGcC_jlwsIptOzpG3hSj
Which is linked here: https://huggingface.co/docs/transformers/en/transformers_agents

Who can help?

@stevhliu

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
  • My own task or dataset (give details below)

Reproduction

https://colab.research.google.com/drive/1c7MHD-T1forUPGcC_jlwsIptOzpG3hSj

ValueError Traceback (most recent call last)
in <cell line: 1>()
----> 1 boat = agent.run("Generate an image of a boat")
2 boat

1 frames
/usr/local/lib/python3.10/dist-packages/transformers/tools/agents.py in generate_one(self, prompt, stop)

ValueError: Error 503: {'error': 'Service Unavailable'}

Expected behavior

boat = agent.run("Generate an image of a boat")

@amyeroberts
Copy link
Collaborator

cc @aymeric-roucher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants