Description
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