Explorar el Código

No change, so reverting

oobabooga hace 3 años
padre
commit
a226f4cddb
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      server.py

+ 0 - 3
server.py

@@ -1072,9 +1072,6 @@ if args.listen:
 else:
     interface.launch(prevent_thread_lock=True, share=args.share, server_port=args.listen_port)
 
-# This is to make Google Colab happy
-encode("Hello world")
-
 # I think that I will need this later
 while True:
     time.sleep(0.5)