Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	| import gradio as gr | |
| # Load the Gradio space | |
| demo = gr.load(name="JeffreyXiang/TRELLIS", src="spaces") | |
| # Disable API access for all functions | |
| if hasattr(demo, "fns"): | |
| for fn in demo.fns.values(): | |
| fn.api_name = False | 
