Spaces are down

I am facing issue with my sapce running on L40S
Scheduling failure : unable to schedule

2 Likes

Same there.

Thanks for reporting! This should be fixed now but please let us know if you run into any issues.

2 Likes

This small app is getting an 500 error when auth param is added :pensive:

import gradio as gr

def greet(name):
    return "Hello " + name + "!!"

demo = gr.Interface(fn=greet, inputs="text", outputs="text")
demo.launch(auth=("admin", "pass1234"))

https://huggingface.co/spaces/ozyet/test

More details from console:

Traceback (most recent call last):
File “/home/user/app/app.py”, line 7, in
demo.launch(auth=(“admin”, “pass1234”))
File “/usr/local/lib/python3.10/site-packages/gradio/blocks.py”, line 2666, in launch
raise ValueError(

1 Like

I want to highgligh that thansk alot for your action, now i guess huggingface hub is down

1 Like