gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
30.69k stars 2.28k forks source link

ReadTimeout: The read operation timed out #8388

Closed tpolonsk closed 1 month ago

tpolonsk commented 1 month ago

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? 🔎

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

abidlabs commented 1 month ago

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