Skip to content

Remove loading indicator when using gr.Image streaming mode #1494

@nateraw

Description

@nateraw

Is your feature request related to a problem? Please describe.

As mentioned in #1490 , the loading indicator gets in the way when you run the following:

import gradio as gr

gr.Interface(lambda x: x, gr.Image(source='webcam', streaming=True), "image", live=True).launch()

Describe the solution you'd like

Maybe we just show each individual output image as they come in.

Additional context

Removing this loading indicator could get tricky though, especially if folks use really hefty models. They might be confused as to why its taking so long

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomerssvelteFrontend-related issue (JS)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions