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

ReadTimeout: The read operation timed out #8388

Closed
1 task done
tpolonsk opened this issue May 27, 2024 · 1 comment
Closed
1 task done

ReadTimeout: The read operation timed out #8388

tpolonsk opened this issue May 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tpolonsk
Copy link

Describe the bug

ReadTimeout: The read operation timed out
while running the following:
import gradio as gr

def respond_to_input(user_query):
return chatbot(user_query)

iface = gr.Interface(fn=respond_to_input, inputs="text",examples=["who are the companies that signed the contract?","what are the pricing details?","what are the contract's conditions?"], outputs="text", title="contracts Chatbot")

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

Screenshot

No response

Logs

No response

System Info

import gradio as gr

def respond_to_input(user_query):
    return chatbot(user_query)

iface = gr.Interface(fn=respond_to_input, inputs="text",examples=["who are the companies that signed the contract?","what are the pricing details?","what are the contract's conditions?"], outputs="text", title="Intel contracts Chatbot")

Severity

I can work around it

@tpolonsk tpolonsk added the bug Something isn't working label May 27, 2024
@abidlabs
Copy link
Member

Sorry it should be fixed now @tpolonsk! Our share servers were down: https://status.gradio.app/

Let me know if this is not resolved yet for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants