Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
e6fca0c319
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      examples/ai_interface/main.py

+ 0 - 1
examples/ai_interface/main.py

@@ -26,7 +26,6 @@ async def generate_image(args: ValueChangeEventArguments):
     image.source = 'https://dummyimage.com/600x400/ccc/000000.png&text=building+image...'
     model = replicate.models.get('stability-ai/stable-diffusion')
     prediction = await io_bound(model.predict, prompt=prompt.value)
-    print(prediction)
     image.source = prediction[0]
 
 with ui.row().style('gap:10em'):