6 lines
104 B
Python
6 lines
104 B
Python
|
|
def gradio_compile(items, prefix):
|
|
for k, v in items["required"].items():
|
|
a = 0
|
|
return
|