pip install gradio_client from gradio_client import Client client = Client("https://eddycrack864-uvr5.hf.space/") result = client.predict( "VR Arc,VR Arc", # str (Option from: [('VR Arc', 'VR Arc'), ('MDX-Net', 'MDX-Net')]) in 'CHOOSE PROCESS METHOD' Dropdown component fn_index=0 ) print(result)