[add] new line after gc.collect()
Browse files
src/f5_tts/socket_server.py
CHANGED
@@ -223,4 +223,4 @@ if __name__ == "__main__":
|
|
223 |
start_server(args.host, args.port, processor)
|
224 |
|
225 |
except KeyboardInterrupt:
|
226 |
-
gc.collect()
|
|
|
223 |
start_server(args.host, args.port, processor)
|
224 |
|
225 |
except KeyboardInterrupt:
|
226 |
+
gc.collect()
|