"projects/gradio_app/vscode:/vscode.git/clone" did not exist on "ab3d2d17815c116818dcff0e25abb789fbab6f9e"
Commit 19c014f4 authored by BlenderNeko's avatar BlenderNeko
Browse files

comment out annoying print statement

parent d9e088dd
......@@ -583,7 +583,7 @@ class VAE:
def broadcast_image_to(tensor, target_batch_size, batched_number):
current_batch_size = tensor.shape[0]
print(current_batch_size, target_batch_size)
#print(current_batch_size, target_batch_size)
if current_batch_size == 1:
return tensor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment