Skip to content

the space build failed, and can't see the information in the logs of container on the website. #983

Open
@kmfb

Description

@kmfb

the space build failed, and can't see the information in the logs of container on the website panel. is there any way to logs it on docker container using command-line terminal?

the content of app.py is below:

`import gradio as gr

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

iface = gr.Interface(fn=greet, inputs="text", outputs="text")
iface.launch()`

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions