File size: 315 Bytes
b96c4c0
bdd0e91
b96c4c0
bdd0e91
6056ce0
bdd0e91
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12

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)