Describe the bug
As part of reviewing #2594, we noticed that if you gr.Interface.load() a Private Space (even if you provide an API token), it does't work for certain components, specifically:
Model3D component doesn't show up correctly in the input
Dataframe component preview doesn't show up in the Dataset
Is there an existing issue for this?
Reproduction
import gradio as gr
gr.Interface.load("spaces/gradio/test-loading-examples-private").launch()
Screenshot
No response
Logs
CORS stuff in the js console
System Info
Severity
annoying
Describe the bug
As part of reviewing #2594, we noticed that if you
gr.Interface.load()a Private Space (even if you provide an API token), it does't work for certain components, specifically:Model3Dcomponent doesn't show up correctly in the inputDataframecomponent preview doesn't show up in theDatasetIs there an existing issue for this?
Reproduction
Screenshot
No response
Logs
CORS stuff in the js consoleSystem Info
Severity
annoying