mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
remove print statement
This commit is contained in:
parent
cd09471b77
commit
88474f89d9
@ -212,7 +212,6 @@ class Interface:
|
||||
outputs_per_function = int(len(self.output_interfaces) / len(self.predict))
|
||||
function_index = i // outputs_per_function
|
||||
component_index = i - function_index * outputs_per_function
|
||||
print(outputs_per_function, function_index, component_index)
|
||||
ret_name = "Output " + str(component_index + 1) if outputs_per_function > 1 else "Output"
|
||||
if not iface[1]["label"]:
|
||||
iface[1]["label"] = ret_name
|
||||
|
Loading…
Reference in New Issue
Block a user